public class ANTLRInputStream extends ANTLRReaderStream
INITIAL_BUFFER_SIZE, READ_BUFFER_SIZE
charPositionInLine, data, lastMarker, line, markDepth, markers, n, name, p
EOF
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) |
load
consume, getCharPositionInLine, getLine, getSourceName, index, LA, LT, mark, release, reset, rewind, rewind, seek, setCharPositionInLine, setLine, size, substring
public ANTLRInputStream()
public ANTLRInputStream(InputStream input) throws IOException
IOException
public ANTLRInputStream(InputStream input, int size) throws IOException
IOException
public ANTLRInputStream(InputStream input, String encoding) throws IOException
IOException
public ANTLRInputStream(InputStream input, int size, String encoding) throws IOException
IOException
public ANTLRInputStream(InputStream input, int size, int readBufferSize, String encoding) throws IOException
IOException
Copyright © 2020. All rights reserved.