|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharStream | |
---|---|
net.sourceforge.pmd.ast | |
net.sourceforge.pmd.jsp.ast |
Uses of CharStream in net.sourceforge.pmd.ast |
---|
Classes in net.sourceforge.pmd.ast that implement CharStream | |
---|---|
class |
JavaCharStream
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing). |
Fields in net.sourceforge.pmd.ast declared as CharStream | |
---|---|
protected CharStream |
JavaParserTokenManager.input_stream
|
Methods in net.sourceforge.pmd.ast with parameters of type CharStream | |
---|---|
void |
JavaParser.ReInit(CharStream stream)
Reinitialise. |
void |
JavaParserTokenManager.ReInit(CharStream stream)
Reinitialise parser. |
void |
JavaParserTokenManager.ReInit(CharStream stream,
int lexState)
Reinitialise parser. |
Constructors in net.sourceforge.pmd.ast with parameters of type CharStream | |
---|---|
JavaParser(CharStream stream)
Constructor with user supplied CharStream. |
|
JavaParserTokenManager(CharStream stream)
Constructor. |
|
JavaParserTokenManager(CharStream stream,
int lexState)
Constructor. |
Uses of CharStream in net.sourceforge.pmd.jsp.ast |
---|
Subinterfaces of CharStream in net.sourceforge.pmd.jsp.ast | |
---|---|
interface |
CharStream
This interface describes a character stream that maintains line and column number positions of the characters. |
Classes in net.sourceforge.pmd.jsp.ast that implement CharStream | |
---|---|
class |
JspCharStream
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |