Uses of Class
org.wilmascope.dotparser.SimpleCharStream

Packages that use SimpleCharStream
org.wilmascope.dotparser   
 

Uses of SimpleCharStream in org.wilmascope.dotparser
 

Fields in org.wilmascope.dotparser declared as SimpleCharStream
protected static SimpleCharStream DotParserTokenManager.input_stream
           
 

Methods in org.wilmascope.dotparser with parameters of type SimpleCharStream
static void DotParserTokenManager.ReInit(SimpleCharStream stream)
           
static void DotParserTokenManager.ReInit(SimpleCharStream stream, int lexState)
           
 

Constructors in org.wilmascope.dotparser with parameters of type SimpleCharStream
DotParserTokenManager(SimpleCharStream stream)
           
DotParserTokenManager(SimpleCharStream stream, int lexState)