public class ParserRuleReturnScope extends RuleReturnScope
Constructor and Description |
---|
ParserRuleReturnScope() |
Modifier and Type | Method and Description |
---|---|
Object |
getStart()
Return the start token or tree
|
Object |
getStop()
Return the stop token or tree
|
Object |
getTree()
Has a value potentially if output=AST;
|
getTemplate
public Object getStart()
RuleReturnScope
getStart
in class RuleReturnScope
public Object getStop()
RuleReturnScope
getStop
in class RuleReturnScope
public Object getTree()
RuleReturnScope
getTree
in class RuleReturnScope
Copyright © 1992–2015 ANTLR. All rights reserved.