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

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

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

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

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