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.ANTLRFileStream Class Reference
Inheritance diagram for google.appengine._internal.antlr3.streams.ANTLRFileStream:
google.appengine._internal.antlr3.streams.ANTLRStringStream google.appengine._internal.antlr3.streams.CharStream google.appengine._internal.antlr3.streams.IntStream

Public Member Functions

def __init__
 
def getSourceName
 
- Public Member Functions inherited from google.appengine._internal.antlr3.streams.ANTLRStringStream
def __init__
 
def reset
 
def consume
 
def LA
 
def LT
 
def index
 
def size
 
def mark
 
def rewind
 
def release
 
def seek
 
def substring
 
def getLine
 
def getCharPositionInLine
 
def setLine
 
def setCharPositionInLine
 
def getSourceName
 
- Public Member Functions inherited from google.appengine._internal.antlr3.streams.CharStream
def substring
 
def LT
 
def getLine
 
def setLine
 
def getCharPositionInLine
 
def setCharPositionInLine
 
- Public Member Functions inherited from google.appengine._internal.antlr3.streams.IntStream
def consume
 
def LA
 
def mark
 
def index
 
def rewind
 
def release
 
def seek
 
def size
 
def getSourceName
 

Public Attributes

 fileName
 
- Public Attributes inherited from google.appengine._internal.antlr3.streams.ANTLRStringStream
 p
 
 line
 
 charPositionInLine
 
 lastMarker
 
 markDepth
 

Additional Inherited Members

- Static Public Attributes inherited from google.appengine._internal.antlr3.streams.CharStream
int EOF = -1
 

Detailed Description

@brief CharStream that opens a file to read the data.

This is a char buffer stream that is loaded from a file
all at once when you construct the object.

Constructor & Destructor Documentation

def google.appengine._internal.antlr3.streams.ANTLRFileStream.__init__ (   self,
  fileName,
  encoding = None 
)
@param fileName The path to the file to be opened. The file will be
   opened with mode 'rb'.

@param encoding If you set the optional encoding argument, then the
   data will be decoded on the fly.

Member Function Documentation

def google.appengine._internal.antlr3.streams.ANTLRFileStream.getSourceName (   self)
Deprecated, access o.fileName directly.

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