App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine._internal.antlr3.tree.TreeRuleReturnScope Class Reference
Inheritance diagram for google.appengine._internal.antlr3.tree.TreeRuleReturnScope:
google.appengine._internal.antlr3.recognizers.RuleReturnScope

Public Member Functions

def __init__
 
def getStart
 
def getTree
 
- Public Member Functions inherited from google.appengine._internal.antlr3.recognizers.RuleReturnScope
def getStart
 
def getStop
 
def getTree
 
def getTemplate
 

Public Attributes

 start
 
 tree
 

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.

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