|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BNFTestResult | |
---|---|
com.ohrasys.cad.bnf | Provides a general facility to verify a stream of tokens using commonly used Backus Naur tests. |
Uses of BNFTestResult in com.ohrasys.cad.bnf |
---|
Fields in com.ohrasys.cad.bnf declared as BNFTestResult | |
---|---|
protected BNFTestResult |
BNFAbstractTest.result
The result object for this test |
Methods in com.ohrasys.cad.bnf that return BNFTestResult | |
---|---|
BNFTestResult |
BNFTestImplementor.test(BNFTestableObject obj)
A method to evaluate the test using the supplied testable object |
BNFTestResult |
BNFRequiredTest.test(BNFTestableObject obj)
A method to evaluate this test using the supplied testable object |
BNFTestResult |
BNFOptionalTest.test(BNFTestableObject obj)
A method to evaluate this test using the supplied testable object |
BNFTestResult |
BNFOneOrMoreRequiredTest.test(BNFTestableObject obj)
A method to evaluate this test using the supplied testable object |
BNFTestResult |
BNFOneOrMoreOptionalTest.test(BNFTestableObject obj)
A method to evaluate this test using the supplied testable object |
BNFTestResult |
BNFOneOfManyRequiredTest.test(BNFTestableObject obj)
A method to evaluate this test using the supplied testable object |
BNFTestResult |
BNFNoFallthruTest.test(BNFTestableObject obj)
A method to evaluate this test. |
abstract BNFTestResult |
BNFAbstractTest.test(BNFTestableObject obj)
A method to evaluate this test using the supplied testable object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |