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



LexerSharedInputState


antlr
Class LexerSharedInputState

java.lang.Object
  extended byantlr.LexerSharedInputState

public class LexerSharedInputState
extends java.lang.Object

This object contains the data associated with an input stream of characters. Multiple lexers share a single LexerSharedInputState to lex the same input stream.


Field Summary
 int guessing
           
 
Constructor Summary
LexerSharedInputState(InputBuffer inbuf)
           
LexerSharedInputState(java.io.InputStream in)
           
LexerSharedInputState(java.io.Reader in)
           
 
Method Summary
 void reset()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

guessing

public int guessing
Constructor Detail

LexerSharedInputState

public LexerSharedInputState(InputBuffer inbuf)

LexerSharedInputState

public LexerSharedInputState(java.io.InputStream in)

LexerSharedInputState

public LexerSharedInputState(java.io.Reader in)
Method Detail

reset

public void reset()