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

List of all members.

Public Member Functions

def __init__

Detailed Description

@brief CharStream that reads data from a file-like object.

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

All input is consumed from the file, but it is not closed.

Definition at line 550 of file streams.py.


Constructor & Destructor Documentation

def rve_interface_gen.antlr3.streams.ANTLRInputStream.__init__ (   self,
  file,
  encoding = None 
)
@param file A file-like object holding your input. Only the read()
   method must be implemented.

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

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