Package examples.testudtlib
A comparison of timing and node hit statistics between
the CFG and UDT parsers for
the suite of UdtLib UDTs.
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. ersion is not guaranteed.
-
Class Summary Class Description Alphanum This class has been generated automatically from an SABNF grammar by theGenerator
class of Java APG, Version 1.1.0.
It is an extension of theGrammar
class containing additional members and enums not found in the base class.
The functionAlphanum.getInstance()
will return a reference to a static, singleton instance of the class.AnyString This class has been generated automatically from an SABNF grammar by theGenerator
class of Java APG, Version 1.1.0.
It is an extension of theGrammar
class containing additional members and enums not found in the base class.
The functionAnyString.getInstance()
will return a reference to a static, singleton instance of the class.Comment This class has been generated automatically from an SABNF grammar by theGenerator
class of Java APG, Version 1.1.0.
It is an extension of theGrammar
class containing additional members and enums not found in the base class.
The functionComment.getInstance()
will return a reference to a static, singleton instance of the class.DecNum This class has been generated automatically from an SABNF grammar by theGenerator
class of Java APG, Version 1.1.0.
It is an extension of theGrammar
class containing additional members and enums not found in the base class.
The functionDecNum.getInstance()
will return a reference to a static, singleton instance of the class.HexNum This class has been generated automatically from an SABNF grammar by theGenerator
class of Java APG, Version 1.1.0.
It is an extension of theGrammar
class containing additional members and enums not found in the base class.
The functionHexNum.getInstance()
will return a reference to a static, singleton instance of the class.LineEnd This class has been generated automatically from an SABNF grammar by theGenerator
class of Java APG, Version 1.1.0.
It is an extension of theGrammar
class containing additional members and enums not found in the base class.
The functionLineEnd.getInstance()
will return a reference to a static, singleton instance of the class.QuotedString This class has been generated automatically from an SABNF grammar by theGenerator
class of Java APG, Version 1.1.0.
It is an extension of theGrammar
class containing additional members and enums not found in the base class.
The functionQuotedString.getInstance()
will return a reference to a static, singleton instance of the class.RunUdtTest Driver function for time comparison testing of all UdtLib UDT functions vs the CFG versions of the grammars.UEmpty This class has been generated automatically from an SABNF grammar by theGenerator
class of Java APG, Version 1.1.0.
It is an extension of theGrammar
class containing additional members and enums not found in the base class.
The functionUEmpty.getInstance()
will return a reference to a static, singleton instance of the class.UNonEmpty This class has been generated automatically from an SABNF grammar by theGenerator
class of Java APG, Version 1.1.0.
It is an extension of theGrammar
class containing additional members and enums not found in the base class.
The functionUNonEmpty.getInstance()
will return a reference to a static, singleton instance of the class.WhiteSpace This class has been generated automatically from an SABNF grammar by theGenerator
class of Java APG, Version 1.1.0.
It is an extension of theGrammar
class containing additional members and enums not found in the base class.
The functionWhiteSpace.getInstance()
will return a reference to a static, singleton instance of the class. -
Enum Summary Enum Description Alphanum.RuleNames This enum provides easy to remember enum constants for locating the rule identifiers and names.Alphanum.UdtNames This enum provides easy to remember enum constants for locating the UDT identifiers and names.AnyString.RuleNames This enum provides easy to remember enum constants for locating the rule identifiers and names.AnyString.UdtNames This enum provides easy to remember enum constants for locating the UDT identifiers and names.Comment.RuleNames This enum provides easy to remember enum constants for locating the rule identifiers and names.Comment.UdtNames This enum provides easy to remember enum constants for locating the UDT identifiers and names.DecNum.RuleNames This enum provides easy to remember enum constants for locating the rule identifiers and names.DecNum.UdtNames This enum provides easy to remember enum constants for locating the UDT identifiers and names.HexNum.RuleNames This enum provides easy to remember enum constants for locating the rule identifiers and names.HexNum.UdtNames This enum provides easy to remember enum constants for locating the UDT identifiers and names.LineEnd.RuleNames This enum provides easy to remember enum constants for locating the rule identifiers and names.LineEnd.UdtNames This enum provides easy to remember enum constants for locating the UDT identifiers and names.QuotedString.RuleNames This enum provides easy to remember enum constants for locating the rule identifiers and names.QuotedString.UdtNames This enum provides easy to remember enum constants for locating the UDT identifiers and names.UEmpty.RuleNames This enum provides easy to remember enum constants for locating the rule identifiers and names.UEmpty.UdtNames This enum provides easy to remember enum constants for locating the UDT identifiers and names.UNonEmpty.RuleNames This enum provides easy to remember enum constants for locating the rule identifiers and names.UNonEmpty.UdtNames This enum provides easy to remember enum constants for locating the UDT identifiers and names.WhiteSpace.RuleNames This enum provides easy to remember enum constants for locating the rule identifiers and names.WhiteSpace.UdtNames This enum provides easy to remember enum constants for locating the UDT identifiers and names.