java.lang.Objectantlr.InputBuffer
antlr.ByteBuffer
| Constructor Summary | |
ByteBuffer(java.io.InputStream input_)
Create a character buffer |
|
| Method Summary | |
void |
fill(int amount)
Ensure that the character buffer is sufficiently full |
| Methods inherited from class antlr.InputBuffer |
commit, consume, getLAChars, getMarkedChars, isMarked, LA, mark, reset, rewind |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ByteBuffer(java.io.InputStream input_)
| Method Detail |
public void fill(int amount)
throws CharStreamException
fill in class InputBufferCharStreamException