Packageorg.antlr.runtime
Classpublic class RuleReturnScope
SubclassesParserRuleReturnScope, TreeRuleReturnScope

Rules can return start/stop info as well as possible trees and templates



Public Properties
 PropertyDefined by
  start : Object
[read-only] Return the start token or tree
RuleReturnScope
  stop : Object
[read-only] Return the stop token or tree
RuleReturnScope
  tree : Object
[read-only] Has a value potentially if output=AST;
RuleReturnScope
Property detail
startproperty
start:Object  [read-only]

Return the start token or tree

Implementation
    public function get start():Object
stopproperty 
stop:Object  [read-only]

Return the stop token or tree

Implementation
    public function get stop():Object
treeproperty 
tree:Object  [read-only]

Has a value potentially if output=AST;

Implementation
    public function get tree():Object