Uses of Class
uk.ac.manchester.cs.owl.dlsyntax.parser.SimpleCharStream

Packages that use SimpleCharStream
uk.ac.manchester.cs.owl.dlsyntax.parser   
 

Uses of SimpleCharStream in uk.ac.manchester.cs.owl.dlsyntax.parser
 

Methods in uk.ac.manchester.cs.owl.dlsyntax.parser with parameters of type SimpleCharStream
 void DLSyntaxParserTokenManager.ReInit(SimpleCharStream stream)
           
 void DLSyntaxParserTokenManager.ReInit(SimpleCharStream stream, int lexState)
           
 

Constructors in uk.ac.manchester.cs.owl.dlsyntax.parser with parameters of type SimpleCharStream
DLSyntaxParserTokenManager(SimpleCharStream stream)
           
DLSyntaxParserTokenManager(SimpleCharStream stream, int lexState)