org.antlr.runtime.tree.TreeRuleReturnScope Class Reference

Inheritance diagram for org.antlr.runtime.tree.TreeRuleReturnScope:

Inheritance graph
[legend]
Collaboration diagram for org.antlr.runtime.tree.TreeRuleReturnScope:

Collaboration graph
[legend]

List of all members.

Public Member Functions

Object getStart ()

Public Attributes

Object start


Detailed Description

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.

Definition at line 37 of file TreeRuleReturnScope.java.


Member Function Documentation

Object org.antlr.runtime.tree.TreeRuleReturnScope.getStart (  ) 

Return the start token or tree

Reimplemented from org.antlr.runtime.RuleReturnScope.

Definition at line 40 of file TreeRuleReturnScope.java.


Member Data Documentation

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

Definition at line 39 of file TreeRuleReturnScope.java.


The documentation for this class was generated from the following file:

Generated on Wed Oct 1 14:13:49 2008 for ANTLR API by  doxygen 1.5.5