Searched refs:token_class (Results 1 – 8 of 8) sorted by relevance
353 def token_class method355 self.class.token_class rescue363 token_class.new( *args ) do |*targs|367 token_class.new( *args )505 self.token_class = tk_class647 def token_class method in ANTLR3.TokenScheme651 def token_class=( klass )
198 token_class = @input.token_class rescue CommonToken199 @token = token_class.new
318 def token_class321 superclass.token_class rescue1290 when @input.token_class then @input.token_class.new
838 def token_class method in ANTLR3.StringStream.CommonTokenStream839 @token_source.token_class
831 def initialize( token_class = ANTLR3::CommonToken ) argument832 @token_class = token_class
19 AST::CommonTreeAdaptor.new( token_class )
88 @adaptor = CommonTreeAdaptor.new( Tokens.token_class )89 @pattern_adaptor = Wizard::PatternAdaptor.new( Tokens.token_class )163 @adaptor = CommonTreeAdaptor.new( Tokens.token_class )
285 pattern_str, scheme, PatternAdaptor.new( scheme.token_class )333 CommonTreeAdaptor.new( @token_scheme.token_class )