antlr
Class TreeWalkerGrammar
java.lang.Object
|
+--antlr.Grammar
|
+--antlr.TreeWalkerGrammar
- class TreeWalkerGrammar
- extends Grammar
Fields inherited from class antlr.Grammar |
analyzerDebug, buildAST, classMemberAction, className, comment, debuggingOutput, defaultErrorHandler, exportVocab, fileName, generator, hasSyntacticPredicate, hasUserErrorHandling, importVocab, interactive, maxk, options, preambleAction, rules, superClass, symbols, theLLkAnalyzer, tokenManager, tool, traceRules |
Methods inherited from class antlr.Grammar |
define, getClassName, getDefaultErrorHandler, getFilename, getIntegerOption, getOption, getSymbol, getSymbols, hasOption, isDefined, setCodeGenerator, setFilename, setGrammarAnalyzer, setTokenManager, toString |
transform
protected boolean transform
TreeWalkerGrammar
TreeWalkerGrammar(String className_,
Tool tool_,
String superClass)
generate
public void generate()
throws IOException
- Top-level call to generate the code for this grammar
- Specified by:
generate
in class Grammar
IOException
getSuperClass
protected String getSuperClass()
- Specified by:
getSuperClass
in class Grammar
processArguments
public void processArguments(String[] args)
- Process command line arguments.
-trace have all rules call traceIn/traceOut
-traceParser have parser rules call traceIn/traceOut
-debug generate debugging output for parser debugger
- Specified by:
processArguments
in class Grammar
setOption
public boolean setOption(String key,
Token value)
- Set tree parser options
- Overrides:
setOption
in class Grammar
- Parameters:
key
- The name of the option.value
- The value to associate with the key.
- Returns:
- true if the option was a valid generic grammar option, false o/w
comments?