public class ANTLRInputStream extends ANTLRReaderStream
INITIAL_BUFFER_SIZE, READ_BUFFER_SIZEcharPositionInLine, data, lastMarker, line, markDepth, markers, n, name, pEOF| Constructor and Description |
|---|
ANTLRInputStream() |
ANTLRInputStream(InputStream input) |
ANTLRInputStream(InputStream input,
int size) |
ANTLRInputStream(InputStream input,
int size,
int readBufferSize,
String encoding) |
ANTLRInputStream(InputStream input,
int size,
String encoding) |
ANTLRInputStream(InputStream input,
String encoding) |
loadconsume, getCharPositionInLine, getLine, getSourceName, index, LA, LT, mark, release, reset, rewind, rewind, seek, setCharPositionInLine, setLine, size, substring, toStringpublic ANTLRInputStream()
public ANTLRInputStream(InputStream input) throws IOException
IOExceptionpublic ANTLRInputStream(InputStream input, int size) throws IOException
IOExceptionpublic ANTLRInputStream(InputStream input, String encoding) throws IOException
IOExceptionpublic ANTLRInputStream(InputStream input, int size, String encoding) throws IOException
IOExceptionpublic ANTLRInputStream(InputStream input, int size, int readBufferSize, String encoding) throws IOException
IOExceptionCopyright © 1992-2013 ANTLR. All Rights Reserved.