Class TreeRuleReturnScope
- java.lang.Object
-
- org.eclipse.persistence.internal.libraries.antlr.runtime.RuleReturnScope
-
- org.eclipse.persistence.internal.libraries.antlr.runtime.tree.TreeRuleReturnScope
-
public class TreeRuleReturnScope extends RuleReturnScope
This is identical to theParserRuleReturnScopeexcept that the start property is a tree nodes notTokenobject when you are parsing trees. To be generic the tree node types have to beObject.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.ObjectstartFirst node or root node of tree matched for this rule.
-
Constructor Summary
Constructors Constructor Description TreeRuleReturnScope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetStart()Return the start token or tree-
Methods inherited from class org.eclipse.persistence.internal.libraries.antlr.runtime.RuleReturnScope
getStop, getTemplate, getTree
-
-
-
-
Method Detail
-
getStart
public java.lang.Object getStart()
Description copied from class:RuleReturnScopeReturn the start token or tree- Overrides:
getStartin classRuleReturnScope
-
-