App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine._internal.antlr3.streams.ReplaceOp Class Reference
Inheritance diagram for google.appengine._internal.antlr3.streams.ReplaceOp:
google.appengine._internal.antlr3.streams.RewriteOperation google.appengine._internal.antlr3.streams.DeleteOp

Public Member Functions

def __init__
 
def execute
 
def toString
 
- Public Member Functions inherited from google.appengine._internal.antlr3.streams.RewriteOperation
def __init__
 
def execute
 
def toString
 

Public Attributes

 lastIndex
 
- Public Attributes inherited from google.appengine._internal.antlr3.streams.RewriteOperation
 stream
 
 index
 
 text
 

Detailed Description

@brief Internal helper class.

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

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