|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BNFAbstractTest | |
---|---|
com.ohrasys.cad.bnf | Provides a general facility to verify a stream of tokens using commonly used Backus Naur tests. |
com.ohrasys.cad.bnf.validator | A package to verify the syntax and optionally format a Backus-Naur Form file. |
Uses of BNFAbstractTest in com.ohrasys.cad.bnf |
---|
Subclasses of BNFAbstractTest in com.ohrasys.cad.bnf | |
---|---|
class |
BNFNoFallthruTest
Represents a terminal test |
class |
BNFOneOfManyRequiredTest
A test in which one of the sub-tests must pass. |
class |
BNFOneOrMoreOptionalTest
A test in which all of the sub-tests must occur zero or more times |
class |
BNFOneOrMoreRequiredTest
A test in which all of the sub-tests must occur one or more times. |
class |
BNFOptionalTest
A test in which all sub-tests must occur zero or one time |
class |
BNFRequiredTest
A test in which all sub-tests must complete once |
Uses of BNFAbstractTest in com.ohrasys.cad.bnf.validator |
---|
Subclasses of BNFAbstractTest in com.ohrasys.cad.bnf.validator | |
---|---|
class |
AndFactorsValidator
|
class |
AssignmentValidator
|
class |
BasicSymbolValidator
|
class |
BNFValidator
|
class |
BracedTermValidator
|
class |
BracketedTermValidator
|
class |
EscapedSymbolValidator
|
class |
FactorsValidator
|
class |
FactorValidator
|
class |
IdentifierAdditionalCharacterValidator
|
class |
IdentifierStartCharacterValidator
|
class |
IdentifierValidator
|
class |
LowercaseValidator
|
class |
NumberValidator
|
class |
OrFactorsValidator
|
class |
OrFactorValidator
|
class |
QuotedValidator
|
class |
RuleValidator
|
class |
SubFactorsValidator
|
class |
SymbolValidator
|
class |
TermValidator
|
class |
UnderscoreValidator
|
class |
UppercaseValidator
|
class |
WhitespaceValidator
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |