Packageorg.antlr.runtime.tree
Classpublic class TreeRuleReturnScope
InheritanceTreeRuleReturnScope Inheritance RuleReturnScope

This is identical to the ParserRuleReturnScope except that the start property is a tree nodes not Token object when you are parsing trees. To be generic the tree node types have to be Object.



Public Properties
 PropertyDefined by
  start : Object
TreeRuleReturnScope
 Inheritedstop : Object
Return the stop token or tree
RuleReturnScope
  tree : Object
Has a value potentially if output=AST;
TreeRuleReturnScope
  values : Object
[read-only]
TreeRuleReturnScope
Protected Properties
 PropertyDefined by
  _start : Object
First node or root node of tree matched for this rule.
TreeRuleReturnScope
Property detail
_startproperty
protected var _start:Object

First node or root node of tree matched for this rule.

startproperty 
start:Object  [read-write]Implementation
    public function get start():Object
    public function set start(value:Object):void
treeproperty 
tree:Object  [read-write]

Has a value potentially if output=AST;

Implementation
    public function get tree():Object
    public function set tree(value:Object):void
valuesproperty 
values:Object  [read-only]Implementation
    public function get values():Object