Package org.antlr.grammar.v3
Class ANTLRv3Parser.alternative_return
- java.lang.Object
-
- org.antlr.runtime.RuleReturnScope
-
- org.antlr.runtime.ParserRuleReturnScope
-
- org.antlr.grammar.v3.ANTLRv3Parser.alternative_return
-
- Enclosing class:
- ANTLRv3Parser
public static class ANTLRv3Parser.alternative_return extends ParserRuleReturnScope
-
-
Field Summary
-
Fields inherited from class org.antlr.runtime.ParserRuleReturnScope
start, stop
-
-
Constructor Summary
Constructors Constructor Description alternative_return()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommonTree
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 CommonTree getTree()
Description copied from class:RuleReturnScope
Has a value potentially if output=AST;- Overrides:
getTree
in classParserRuleReturnScope
-
-