public class TestRig extends Object
Modifier and Type | Field | Description |
---|---|---|
protected boolean |
diagnostics |
|
protected String |
encoding |
|
protected String |
grammarName |
|
protected boolean |
gui |
|
protected List<String> |
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 |
Modifier and Type | Method | Description |
---|---|---|
static void |
main(String[] args) |
|
void |
process() |
|
protected void |
process(Lexer lexer,
Class<? extends Parser> parserClass,
Parser parser,
CharStream input) |
public static final String LEXER_START_RULE_NAME
protected String grammarName
protected String startRuleName
protected boolean printTree
protected boolean gui
protected String psFile
protected boolean showTokens
protected boolean trace
protected boolean diagnostics
protected String encoding
protected boolean SLL
protected void process(Lexer lexer, Class<? extends Parser> parserClass, Parser parser, CharStream input) throws IOException, IllegalAccessException, InvocationTargetException, PrintException
Copyright © 1992–2019 ANTLR. All rights reserved.