Package schrodinger :: Package application :: Package desmond :: Package antlr3 :: Module streams
[hide private]
[frames] | no frames]

Module streams

ANTLR3 runtime package

Classes [hide private]
  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.
Variables [hide private]
  __package__ = 'schrodinger.application.desmond.antlr3'