antlr
Class CharBuffer

java.lang.Object
  extended byantlr.InputBuffer
      extended byantlr.CharBuffer

public class CharBuffer
extends InputBuffer


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, reset, rewind
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharBuffer

public CharBuffer(java.io.Reader input_)
Create a character buffer

Method Detail

fill

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

Specified by:
fill in class InputBuffer
Throws:
CharStreamException