Uses of Class
org.apache.activemq.protobuf.compiler.parser.SimpleCharStream

Packages that use SimpleCharStream
org.apache.activemq.protobuf.compiler.parser   
 

Uses of SimpleCharStream in org.apache.activemq.protobuf.compiler.parser
 

Fields in org.apache.activemq.protobuf.compiler.parser declared as SimpleCharStream
protected  SimpleCharStream ProtoParserTokenManager.input_stream
           
 

Methods in org.apache.activemq.protobuf.compiler.parser with parameters of type SimpleCharStream
 void ProtoParserTokenManager.ReInit(SimpleCharStream stream)
          Reinitialise parser.
 void ProtoParserTokenManager.ReInit(SimpleCharStream stream, int lexState)
          Reinitialise parser.
 

Constructors in org.apache.activemq.protobuf.compiler.parser with parameters of type SimpleCharStream
ProtoParserTokenManager(SimpleCharStream stream)
          Constructor.
ProtoParserTokenManager(SimpleCharStream stream, int lexState)
          Constructor.
 



Copyright © 2011. All Rights Reserved.