Package org.antlr.grammar.v3
Class ANTLRParser.elementOptions_return
- java.lang.Object
-
- org.antlr.runtime.RuleReturnScope
-
- org.antlr.runtime.ParserRuleReturnScope
-
- org.antlr.grammar.v3.ANTLRParser.elementOptions_return
-
- Enclosing class:
- ANTLRParser
public static class ANTLRParser.elementOptions_return extends ParserRuleReturnScope
-
-
Field Summary
-
Fields inherited from class org.antlr.runtime.ParserRuleReturnScope
start, stop
-
-
Constructor Summary
Constructors Constructor Description elementOptions_return()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GrammarAST
getTree()
Has a value potentially if output=AST;-
Methods inherited from class org.antlr.runtime.ParserRuleReturnScope
getStart, getStop
-
Methods inherited from class org.antlr.runtime.RuleReturnScope
getTemplate
-
-
-
-
Method Detail
-
getTree
public GrammarAST getTree()
Description copied from class:RuleReturnScope
Has a value potentially if output=AST;- Overrides:
getTree
in classParserRuleReturnScope
-
-