Uses of Class
org.acm.seguin.pmd.cpd.cppast.SimpleCharStream

Packages that use SimpleCharStream
org.acm.seguin.pmd.cpd.cppast   
 

Uses of SimpleCharStream in org.acm.seguin.pmd.cpd.cppast
 

Fields in org.acm.seguin.pmd.cpd.cppast declared as SimpleCharStream
protected static SimpleCharStream CPPParserTokenManager.input_stream
           
 

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

Constructors in org.acm.seguin.pmd.cpd.cppast with parameters of type SimpleCharStream
CPPParserTokenManager(SimpleCharStream stream)
           
CPPParserTokenManager(SimpleCharStream stream, int lexState)