Home | History | Annotate | Download | only in antlr3

Lines Matching defs:FileStream

67 FileStream::
68 A subclass of StringStream, FileStream simply wraps data read from an IO or
665 =begin rdoc ANTLR3::FileStream
667 FileStream is a character stream that uses data stored in some external file. It
675 class FileStream < StringStream
678 # creates a new FileStream object using the given +file+ object.