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<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 and Description |
---|---|
static void |
main(String[] args) |
void |
process() |
protected void |
process(Lexer lexer,
Class<? extends Parser> parserClass,
Parser parser,
InputStream is,
Reader r) |
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, InputStream is, Reader r) throws IOException, IllegalAccessException, InvocationTargetException, PrintException
Copyright © 1992–2020 ANTLR. All rights reserved.