| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CharStream | |
|---|---|
| org.apache.velocity.runtime.parser | |
| Uses of CharStream in org.apache.velocity.runtime.parser | 
|---|
| Classes in org.apache.velocity.runtime.parser that implement CharStream | |
|---|---|
 class | 
VelocityCharStream
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).  | 
| Fields in org.apache.velocity.runtime.parser declared as CharStream | |
|---|---|
protected  CharStream | 
ParserTokenManager.input_stream
 | 
| Methods in org.apache.velocity.runtime.parser with parameters of type CharStream | |
|---|---|
 void | 
ParserTokenManager.ReInit(CharStream stream)
Reinitialise parser.  | 
 void | 
Parser.ReInit(CharStream stream)
Reinitialise.  | 
 void | 
ParserTokenManager.ReInit(CharStream stream,
       int lexState)
Reinitialise parser.  | 
| Constructors in org.apache.velocity.runtime.parser with parameters of type CharStream | |
|---|---|
Parser(CharStream stream)
Constructor with user supplied CharStream.  | 
|
ParserTokenManager(CharStream stream)
Constructor.  | 
|
ParserTokenManager(CharStream stream,
                   int lexState)
Constructor.  | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||