Package | Description |
---|---|
com.asakusafw.dmdl.parser |
A syntax analyzer for DMDL.
|
Modifier and Type | Method and Description |
---|---|
AstScript |
DmdlParser.parse(Reader source,
URI identifier)
Analyze DMDL Script from the source stream and returns a corresponded AST.
|
AstLiteral |
DmdlParser.parseLiteral(String token)
Analyze the token as a DMDL literal.
|
Copyright © 2011–2017 Asakusa Framework Team. All rights reserved.