|
Java APG, Version 1.0 Author Lowell D. Thomas Copyright © Coast to Coast Research, Inc. 2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.coasttocoastresearch.apg.Grammar
com.coasttocoastresearch.examples.demo.UExpressions
public class 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 getInstance() will return a reference to a static,
singleton instance of the class.
For more information visit http://www.coasttocoastresearch.com.
| Nested Class Summary | |
|---|---|
static class |
UExpressions.RuleNames
This enum provides easy to remember enum constants for locating the rule identifiers and names. |
static class |
UExpressions.UdtNames
This enum provides easy to remember enum constants for locating the UDT identifiers and names. |
| Field Summary | |
|---|---|
static int |
ruleCount
The number of rules in the grammar |
static int |
udtCount
The number of UDTs in the grammar |
| Method Summary | |
|---|---|
static void |
display(java.io.PrintStream out)
Displays the original SABNF grammar on the output device. |
static com.coasttocoastresearch.apg.Grammar |
getInstance()
Called to get a singleton instance of this class. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int ruleCount
public static int udtCount
| Method Detail |
|---|
public static void display(java.io.PrintStream out)
out - the output device to display on.public static com.coasttocoastresearch.apg.Grammar getInstance()
|
Java APG, Version 1.0 Author Lowell D. Thomas Copyright © Coast to Coast Research, Inc. 2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||