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

List of all members.

Public Member Functions

def __init__
def getSourceName

Public Attributes

 fileName

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.

Definition at line 515 of file streams.py.


Constructor & Destructor Documentation

def rve_interface_gen.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.
   

Definition at line 523 of file streams.py.


Member Function Documentation

Deprecated, access o.fileName directly.

Reimplemented from rve_interface_gen.antlr3.streams.ANTLRStringStream.

Definition at line 544 of file streams.py.


Member Data Documentation

Definition at line 530 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