|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--antlr.InputBuffer | +--antlr.CharBuffer
Field Summary | |
(package private) java.io.Reader |
input
|
Fields inherited from class antlr.InputBuffer |
markerOffset, nMarkers, numToConsume, queue |
Constructor Summary | |
CharBuffer(java.io.Reader 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, rewind, syncConsume |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
transient java.io.Reader input
Constructor Detail |
public CharBuffer(java.io.Reader input_)
Method Detail |
public void fill(int amount) throws CharStreamException
fill
in class InputBuffer
CharStreamException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |