public class TestRig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
diagnostics
|
protected String |
encoding
|
protected String |
grammarName
|
protected boolean |
gui
|
protected List |
inputFiles
|
static String |
LEXER_START_RULE_NAME
|
protected boolean |
printTree
|
protected String |
psFile
|
protected boolean |
showTokens
|
protected boolean |
SLL
|
protected String |
startRuleName
|
protected boolean |
trace
|
public static final StringLEXER_START_RULE_NAME
protected StringgrammarName
protected StringstartRuleName
protected boolean printTree
protected boolean gui
protected StringpsFile
protected boolean showTokens
protected boolean trace
protected boolean diagnostics
protected Stringencoding
protected boolean SLL
protected void process(Lexer lexer,
Class<? extends Parser> parserClass,
Parser parser,
InputStream is,
Reader r)
throws IOException,
IllegalAccessException,
InvocationTargetException,
PrintException