Uses of Class
com.ohrasys.cad.bnf.BNFTestException

Packages that use BNFTestException
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 BNFTestException in com.ohrasys.cad.bnf
 

Methods in com.ohrasys.cad.bnf that throw BNFTestException
protected  void BNFNoFallthruTest.checkTests()
          A method to ensure that the sub-test list is null.
protected  void BNFAbstractTest.checkTests()
          A method to check the sub-tests that comprise this test
 

Constructors in com.ohrasys.cad.bnf that throw BNFTestException
BNFAbstractTest(BNFTestImplementor[] tests)
          Creates a new BNFAbstractTest object.
BNFNoFallthruTest(int requirement)
          Creates a new BNFNoFallthruTest object.
BNFOneOfManyRequiredTest(BNFTestImplementor[] tests)
          Creates a new BNFOneOfManyRequiredTest object.
BNFOneOrMoreOptionalTest(BNFTestImplementor[] tests)
          Creates a new BNFOneOrMoreOptionalTest object.
BNFOneOrMoreRequiredTest(BNFTestImplementor[] tests)
          Creates a new BNFOneOrMoreRequiredTest object.
BNFOptionalTest(BNFTestImplementor[] tests)
          Creates a new BNFOptionalTest object.
BNFRequiredTest(BNFTestImplementor[] tests)
          Creates a new BNFRequiredTest object.
 

Uses of BNFTestException in com.ohrasys.cad.bnf.validator
 

Constructors in com.ohrasys.cad.bnf.validator that throw BNFTestException
AndFactorsValidator()
           
AssignmentValidator()
           
BasicSymbolValidator()
           
BNFValidator()
           
BracedTermValidator()
           
BracketedTermValidator()
           
EscapedSymbolValidator()
           
FactorsValidator()
           
FactorValidator()
           
IdentifierAdditionalCharacterValidator()
           
IdentifierStartCharacterValidator()
           
IdentifierValidator()
           
LowercaseValidator()
           
NumberValidator()
           
OrFactorsValidator()
           
OrFactorValidator()
           
QuotedValidator()
           
RuleValidator()
           
SubFactorsValidator()
           
SymbolValidator()
           
TermValidator()
           
UnderscoreValidator()
           
UppercaseValidator()
           
WhitespaceValidator()