Method | Description | |
---|---|---|
BuildCompilationDefinition ( String filePaths ) : |
Compile specified files
|
|
BuildParseTree ( String filePath ) : |
Build ParseTree from the file
|
Method | Description | |
---|---|---|
BuildErrorMessage ( String message, String filePath, |
Builds error message that explains error and shows position in file with this error
|
|
BuildParseTree ( String source, String filePath ) : |
Build Parse tree from the String
|
|
ParseDef ( ParseTreeNode node, |
Parsing of def nonterm
|
|
ParseDefs ( ParseTreeNode node, |
Parsing of defs nonterm
|
|
ParseField ( ParseTreeNode node, |
Parsing of field nonterm
|
|
ParseNamespaceDef ( ParseTreeNode node, |
Parsing of namespace-def nonterm
|
|
ParseSchemaDef ( ParseTreeNode node, |
Parsing of schema-def nonterm
|
|
ParseSchemaDefBody ( ParseTreeNode node, |
Parsing of schema-def-body nonterm
|
|
ParseSchemaDefExtendsOption ( ParseTreeNode node, |
Parsing of schema-def-extends-option nonterm
|
|
ParseSchemaDefOption ( ParseTreeNode node, |
Parsing of schema-def-option nonterm
|
|
ParseSchemaDefOptions ( ParseTreeNode node, |
Parsing of schema-def-options nonterm
|
|
ParseSchemaDefTaggedOption ( ParseTreeNode node, |
Parsing of schema-def-tagged-option nonterm
|
|
ParseUnit ( |
Parsing of unit nonterm
|
|
ParseUsingDef ( ParseTreeNode node, |
Parsing of using-def nonterm
|
|
ParseUsingDefs ( ParseTreeNode node, |
Parsing of unit-defs nonterm
|
public BuildCompilationDefinition ( String filePaths ) : |
||
filePaths | String | |
return |
public BuildParseTree ( String filePath ) : |
||
filePath | String | |
return |