Interface | Description |
---|---|
Zbnf2Xml.PrepareXmlNode | |
ZbnfParseResultItem |
This interface is used to query the results of parsing.
|
ZbnfParserStore.PrepareXmlNode |
Class | Description |
---|---|
GenZbnfJavaData |
This class is used to generate two Java source files as container for parsed data derived from the zbnf syntax script.
|
GenZbnfJavaData.CmdLine |
The inner class CmdLine helps to evaluate the command line arguments
and show help messages on command line.
|
GenZbnfJavaData.SubClassZbnf |
Instances of this class describe a sub class in generated code.
|
Zbnf2Xml |
This class contains a public static main routine able to invoke from command line
to convert Plain Syntactical Textfiles via ZBNF to xml-output, using the vishia-ZBNF-parser.
|
Zbnf2Xml.Args | |
Zbnf2Xml.CmdLine |
The inner class CmdLine helps to evaluate the command line arguments
and show help messages on command line.
|
ZbnfJavaOutput |
This class helps to convert a ZBNF-parse-result into a tree of Java objects.
|
ZbnfJavaOutput.DstInstanceAndClass |
Helper Instance to bundle a class to search methods or fields and the associated instance.
|
ZbnfParser |
An instance of ZbnfParser contains a syntax prescript inside and is able to parse a text, test the syntax and output
a tree of information given in the input text.
|
ZbnfParser.Args | |
ZbnfParser.ForkPoint |
Position where an option should be parsed.
|
ZbnfParser.LogParsing |
This class contains some information to create a log output which logs the parsing process.
|
ZbnfParser.ParseResultlet |
Element of a Parse result for a part of the syntax.
|
ZbnfParserStore |
This class stores an syntax tested item.
|
ZbnfParserStore.BuilderTreeNodeXml | |
ZbnfParserStore.ConvertWikiStyle | |
ZbnfParserStore.ParseResultItemImplement |
One item to store in the list.
|
ZbnfParserStore.ParseResultItemImplement.IteratorImpl | |
ZbnfSyntaxPrescript |
This class is a node of the syntax tree.
|
ZbnfSyntaxPrescript.ComplexSyntax |
The class contains the execution method
|
ZbnfSyntaxPrescript.RepetitionSyntax | |
ZbnfXmlOutput | Deprecated
since 2012-11 because the
ZbnfParser.getResultTree() provides an XML tree already. |
ZbnfXmlOutput.ConvertWikiStyle | |
Zmake |
This class supports a making using eclipse.ANT.
|
Enum | Description |
---|---|
ZbnfSyntaxPrescript.EType |