Public Member Functions | Public Attributes | Static Private Attributes
rve_interface_gen.antlr3.streams.ReplaceOp Class Reference
Inheritance diagram for rve_interface_gen.antlr3.streams.ReplaceOp:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def execute
def toString

Public Attributes

 lastIndex

Static Private Attributes

 __repr__ = toString
 __str__ = toString

Detailed Description

@brief Internal helper class.

I'm going to try replacing range from x..y with (y-x)+1 ReplaceOp
instructions.

Definition at line 951 of file streams.py.


Constructor & Destructor Documentation

def rve_interface_gen.antlr3.streams.ReplaceOp.__init__ (   self,
  stream,
  first,
  last,
  text 
)

Definition at line 959 of file streams.py.


Member Function Documentation

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

Reimplemented from rve_interface_gen.antlr3.streams.RewriteOperation.

Definition at line 964 of file streams.py.

Reimplemented from rve_interface_gen.antlr3.streams.RewriteOperation.

Reimplemented in rve_interface_gen.antlr3.streams.DeleteOp.

Definition at line 971 of file streams.py.


Member Data Documentation

Reimplemented from rve_interface_gen.antlr3.streams.RewriteOperation.

Reimplemented in rve_interface_gen.antlr3.streams.DeleteOp.

Definition at line 976 of file streams.py.

Reimplemented from rve_interface_gen.antlr3.streams.RewriteOperation.

Reimplemented in rve_interface_gen.antlr3.streams.DeleteOp.

Definition at line 975 of file streams.py.

Definition at line 959 of file streams.py.


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


rve_interface_gen
Author(s): Josh Faust
autogenerated on Wed Dec 11 2013 14:31:00