Package antlr
Class CharBuffer
- java.lang.Object
-
- antlr.InputBuffer
-
- antlr.CharBuffer
-
public class CharBuffer extends InputBuffer
-
-
Field Summary
Fields Modifier and Type Field Description java.io.Readerinput-
Fields inherited from class antlr.InputBuffer
markerOffset, nMarkers, numToConsume, queue
-
-
Constructor Summary
Constructors Constructor Description CharBuffer(java.io.Reader input_)Create a character buffer
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfill(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, syncConsume
-
-
-
-
Method Detail
-
fill
public void fill(int amount) throws CharStreamExceptionEnsure that the character buffer is sufficiently full- Specified by:
fillin classInputBuffer- Throws:
CharStreamException
-
-