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 |
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-2013 ANTLR. All Rights Reserved.