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

Class BlankDebugEventListener

        object --+    
                 |    
DebugEventListener --+
                     |
                    BlankDebugEventListener

A blank listener that does nothing; useful for real classes so they don't have to have lots of blank methods and are less sensitive to updates to debug interface.

Note: this class is identical to DebugEventListener and exists purely for compatibility with Java.

Instance Methods [hide private]

Inherited from DebugEventListener: LT, addChild, becomeRoot, beginBacktrack, beginResync, commence, consumeHiddenToken, consumeNode, consumeToken, createNode, endBacktrack, endResync, enterAlt, enterDecision, enterRule, enterSubRule, errorNode, exitDecision, exitRule, exitSubRule, location, mark, nilNode, recognitionException, rewind, semanticPredicate, setTokenBoundaries, terminate

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __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__