Package antlr
Class ByteBuffer
java.lang.Object
antlr.InputBuffer
antlr.ByteBuffer
-
Field Summary
FieldsFields inherited from class antlr.InputBuffer
markerOffset, nMarkers, numToConsume, queue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
fill
(int amount) Ensure that the character buffer is sufficiently fullMethods inherited from class antlr.InputBuffer
commit, consume, getLAChars, getMarkedChars, isMarked, LA, mark, reset, rewind, syncConsume
-
Field Details
-
input
-
-
Constructor Details
-
ByteBuffer
Create a character buffer
-
-
Method Details
-
fill
Ensure that the character buffer is sufficiently full- Specified by:
fill
in classInputBuffer
- Throws:
CharStreamException
-