Package schrodinger :: Package application :: Package desmond :: Package antlr3 :: Module debug :: Class RecordDebugEventListener
[hide private]
[frames] | no frames]

Class RecordDebugEventListener

         object --+        
                  |        
 DebugEventListener --+    
                      |    
TraceDebugEventListener --+
                          |
                         RecordDebugEventListener

A listener that records events as strings in an array.

Instance Methods [hide private]
 
__init__(self, adaptor=None)
x.__init__(...) initializes x; see help(type(x)) for signature
 
record(self, event)

Inherited from TraceDebugEventListener: LT, addChild, becomeRoot, consumeNode, createNode, enterRule, enterSubRule, exitRule, exitSubRule, location, nilNode, setTokenBoundaries

Inherited from DebugEventListener: beginBacktrack, beginResync, commence, consumeHiddenToken, consumeToken, endBacktrack, endResync, enterAlt, enterDecision, errorNode, exitDecision, mark, recognitionException, rewind, semanticPredicate, terminate

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

Class Variables [hide private]

Inherited from DebugEventListener: PROTOCOL_VERSION

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, adaptor=None)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

record(self, event)

 
Overrides: TraceDebugEventListener.record