public class TreeRuleReturnScope extends RuleReturnScope
| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
start
First node or root node of tree matched for this rule.
|
| Constructor and Description |
|---|
TreeRuleReturnScope() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getStart()
Return the start token or tree
|
getStop, getTemplate, getTreepublic java.lang.Object start
public java.lang.Object getStart()
RuleReturnScopegetStart in class RuleReturnScope