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.RewriteOperation Class Reference
Inheritance diagram for google.appengine._internal.antlr3.streams.RewriteOperation:
google.appengine._internal.antlr3.streams.InsertBeforeOp google.appengine._internal.antlr3.streams.ReplaceOp google.appengine._internal.antlr3.streams.DeleteOp

Public Member Functions

def __init__
 
def execute
 
def toString
 

Public Attributes

 stream
 
 index
 
 text
 

Detailed Description

@brief Internal helper class.

Member Function Documentation

def google.appengine._internal.antlr3.streams.RewriteOperation.execute (   self,
  buf 
)
Execute the rewrite operation by possibly adding to the buffer.
Return the index of the next token to operate on.

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