| Trees | Indices | Help | 
 | 
|---|
|  | 
ANTLR3 runtime package
| 
 | |||
| IntStream @brief Base interface for streams of integer values. | |||
| CharStream @brief A source of characters for an ANTLR lexer. | |||
| TokenStream @brief A stream of tokens accessing tokens from a TokenSource | |||
| ANTLRStringStream @brief CharStream that pull data from a unicode string. | |||
| ANTLRFileStream @brief CharStream that opens a file to read the data. | |||
| ANTLRInputStream @brief CharStream that reads data from a file-like object. | |||
| StringStream @brief CharStream that pull data from a unicode string. | |||
| FileStream @brief CharStream that opens a file to read the data. | |||
| InputStream @brief CharStream that reads data from a file-like object. | |||
| CommonTokenStream @brief The most common stream of tokens | |||
| RewriteOperation @brief Internal helper class. | |||
| InsertBeforeOp @brief Internal helper class. | |||
| ReplaceOp @brief Internal helper class. | |||
| DeleteOp @brief Internal helper class. | |||
| TokenRewriteStream @brief CommonTokenStream that can be modified. | |||
| 
 | |||
| __package__ =  | |||
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:05 2016 | http://epydoc.sourceforge.net |