Home | Download | News | Wiki | About ANTLR | Feedback | Support | Bugs


Latest version is 2.7.7.
Download now! »

Download
» Home
» Download
» News
»Using ANTLR
» Documentation
» Wiki
» FAQ
» Articles
» Grammars
» File Sharing
» Code API
» Tech Support
» Bug Tracking
»About ANTLR
» What is ANTLR
» Why use ANTLR
» Showcase
» Testimonials
» Getting Started
» Software License
» ANTLR WebLogs
» ANTLR Workshops
»StringTemplate
»TML
»PCCTS
»Feedback
»Credits
»Contact


Support StringTemplate, ANTLR Project by making a donation! Terence often pays for things like the antlr.org server, conference travel, and this site design (that alone cost US$1000). Buy him a beer and pizza remotely ;)

Search



CharBuffer


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