Uses of Class
visidia.io.gml.parser.ASCIICharStream

Packages that use ASCIICharStream
visidia.io.gml.parser   
 

Uses of ASCIICharStream in visidia.io.gml.parser
 

Methods in visidia.io.gml.parser with parameters of type ASCIICharStream
 void GMLParserTokenManager.ReInit(ASCIICharStream stream)
           
 void GMLParserTokenManager.ReInit(ASCIICharStream stream, int lexState)
           
 

Constructors in visidia.io.gml.parser with parameters of type ASCIICharStream
GMLParserTokenManager(ASCIICharStream stream)
           
GMLParserTokenManager(ASCIICharStream stream, int lexState)