Package schrodinger :: Package application :: Package desmond :: Package antlr3 :: Module streams :: Class InsertBeforeOp
[hide private]
[frames] | no frames]

Class InsertBeforeOp

      object --+    
               |    
RewriteOperation --+
                   |
                  InsertBeforeOp

@brief Internal helper class.

Instance Methods [hide private]
 
execute(self, buf)
Execute the rewrite operation by possibly adding to the buffer.

Inherited from RewriteOperation: __init__, __repr__, __str__, toString

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

execute(self, buf)

 

Execute the rewrite operation by possibly adding to the buffer. Return the index of the next token to operate on.

Overrides: RewriteOperation.execute
(inherited documentation)