ParserRuleReturnScope, TreeRuleReturnScopepublic class RuleReturnScope extends Object
| Constructor | Description |
|---|---|
RuleReturnScope() |
| Modifier and Type | Method | Description |
|---|---|---|
Object |
getStart() |
Return the start token or tree
|
Object |
getStop() |
Return the stop token or tree
|
Object |
getTemplate() |
Has a value potentially if output=template; Don't use StringTemplate
type as it then causes a dependency with ST lib.
|
Object |
getTree() |
Has a value potentially if output=AST;
|
public Object getStart()
public Object getStop()
public Object getTree()
public Object getTemplate()
Copyright © 1992–2018 ANTLR. All rights reserved.