at.dms.compiler.tools.antlr.runtime
Class CharBuffer

java.lang.Object
  extended by at.dms.compiler.tools.antlr.runtime.InputBuffer
      extended by at.dms.compiler.tools.antlr.runtime.CharBuffer

public class CharBuffer
extends InputBuffer


Field Summary
 
Fields inherited from class at.dms.compiler.tools.antlr.runtime.InputBuffer
markerOffset, nMarkers, numToConsume, queue
 
Constructor Summary
CharBuffer(Reader input_)
          Create a character buffer
 
Method Summary
 void fill(int amount)
          Ensure that the character buffer is sufficiently full
 
Methods inherited from class at.dms.compiler.tools.antlr.runtime.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
 

Constructor Detail

CharBuffer

public CharBuffer(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