Package schrodinger :: Package application :: Package desmond :: Package antlr3 :: Module recognizers :: Class RuleReturnScope
[hide private]
[frames] | no frames]

Class RuleReturnScope

object --+
         |
        RuleReturnScope
Known Subclasses:

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

Instance Methods [hide private]
 
getStart(self)
Return the start token or tree.
 
getStop(self)
Return the stop token or tree.
 
getTree(self)
Has a value potentially if output=AST.
 
getTemplate(self)
Has a value potentially if output=template.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__