|
Java APG, Version 1.0 Author Lowell D. Thomas Copyright © Coast to Coast Research, Inc. 2011 |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| Expressions | This class has been generated automatically from an SABNF grammer by
Java APG, the Generator class.It is an extension of the Grammar
class containing additional members and enums not found
in the base class.The function Expressions.getInstance() will return a reference to a static,
singleton instance of the class. |
| RunExpressions | Uses the the Expressions grammar (4.2) from Aho, Lam, Sethi and Ullman, 2nd ed. |
| UExpressions | This class has been generated automatically from an SABNF grammer by
Java APG, the Generator class.It is an extension of the Grammar
class containing additional members and enums not found
in the base class.The function UExpressions.getInstance() will return a reference to a static,
singleton instance of the class. |
| Enum Summary | |
|---|---|
| Expressions.RuleNames | This enum provides easy to remember enum constants for locating the rule identifiers and names. |
| Expressions.UdtNames | This enum provides easy to remember enum constants for locating the UDT identifiers and names. |
| UExpressions.RuleNames | This enum provides easy to remember enum constants for locating the rule identifiers and names. |
| UExpressions.UdtNames | This enum provides easy to remember enum constants for locating the UDT identifiers and names. |
A comparison of timing and node hit statistics between the CFG and UDT parsers for the expressions grammar. Grammar (4.2) from from Aho, Lam, Sethi and Ullman, 2nd ed. (the Dragon Book) is used.
Disclaimer: This example should not be considered as part of the Java APG API. Backward compatibility or even the existance of this example from version to version is not guaranteed.
|
Java APG, Version 1.0 Author Lowell D. Thomas Copyright © Coast to Coast Research, Inc. 2011 |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||