Uses of Class
net.sourceforge.pmd.cpd.cppast.SimpleCharStream

Packages that use SimpleCharStream
net.sourceforge.pmd.cpd.cppast   
 

Uses of SimpleCharStream in net.sourceforge.pmd.cpd.cppast
 

Fields in net.sourceforge.pmd.cpd.cppast declared as SimpleCharStream
protected static SimpleCharStream CPPParserTokenManager.input_stream
           
(package private) static SimpleCharStream CPPParser.jj_input_stream
           
 

Methods in net.sourceforge.pmd.cpd.cppast with parameters of type SimpleCharStream
static void CPPParserTokenManager.ReInit(SimpleCharStream stream)
           
static void CPPParserTokenManager.ReInit(SimpleCharStream stream, int lexState)
           
 

Constructors in net.sourceforge.pmd.cpd.cppast with parameters of type SimpleCharStream
CPPParserTokenManager(SimpleCharStream stream)
           
CPPParserTokenManager(SimpleCharStream stream, int lexState)