antlr
Class CharBuffer

java.lang.Object
  |
  +--antlr.InputBuffer
        |
        +--antlr.CharBuffer

public class CharBuffer
extends InputBuffer

Untamed:


Field Summary
(package private)  Reader input
           
 
Fields inherited from class antlr.InputBuffer
markerOffset, nMarkers, numToConsume, queue
 
Constructor Summary
CharBuffer(Reader input_)
          Enabled: Create a character buffer
 
Method Summary
 void fill(int amount)
          Enabled: 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

input

transient Reader input
Constructor Detail

CharBuffer

public CharBuffer(Reader input_)
Enabled: Create a character buffer

Method Detail

fill

public void fill(int amount)
          throws CharStreamException
Enabled: Ensure that the character buffer is sufficiently full

Specified by:
fill in class InputBuffer
CharStreamException


comments?