|
Building Parsers with Java | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--sjm.parse.ParserTester
|
+--sjm.parse.tokens.TokenTester
|
+--sjm.examples.query.JaqlTester
This class tests that class Jaql can parse
random language elements.
JaqlUe| Field Summary | |
protected static Speller |
speller
|
| Fields inherited from class sjm.parse.ParserTester |
logTestStrings,
p |
| Constructor Summary | |
JaqlTester()
|
|
| Method Summary | |
protected PubliclyCloneable |
freshTarget()
|
static void |
main(java.lang.String[] args)
Run a test. |
protected static Speller |
speller()
|
| Methods inherited from class sjm.parse.tokens.TokenTester |
assembly |
| Methods inherited from class sjm.parse.ParserTester |
canGenerateProblem,
completeMatches,
logDepthChange,
logPassed,
logProblemFound,
logTestString,
separator,
setLogTestStrings,
test |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
protected static Speller speller
| Constructor Detail |
public JaqlTester()
| Method Detail |
protected PubliclyCloneable freshTarget()
public static void main(java.lang.String[] args)
protected static Speller speller()
|
by Steve Metsker | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||