Uses of Class
de.uulm.ecs.ai.owl.krssparser.SimpleCharStream

Packages that use SimpleCharStream
de.uulm.ecs.ai.owl.krssparser   
 

Uses of SimpleCharStream in de.uulm.ecs.ai.owl.krssparser
 

Methods in de.uulm.ecs.ai.owl.krssparser with parameters of type SimpleCharStream
 void KRSS2ParserTokenManager.ReInit(SimpleCharStream stream)
           
 void KRSS2ParserTokenManager.ReInit(SimpleCharStream stream, int lexState)
           
 

Constructors in de.uulm.ecs.ai.owl.krssparser with parameters of type SimpleCharStream
KRSS2ParserTokenManager(SimpleCharStream stream)
           
KRSS2ParserTokenManager(SimpleCharStream stream, int lexState)