Searched defs:token_class (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb343 Including this module provides a +token_class+ attribute. Instance of the
352 attr_writer :token_class
353 def token_class method in class:ANTLR3.TokenFactory
354 @token_class ||= begin
355 self.class.token_class rescue
363 token_class.new( *args ) do |*targs|
367 token_class.new( *args )
505 self.token_class = tk_class
647 def token_class method in class:ANTLR3.with.ARecognizerOrSuch.provided.TokenScheme
651 def token_class
[all...]
H A Dstreams.rb838 def token_class method in class:ANTLR3.that.CommonTokenStream
839 @token_source.token_class
H A Drecognizers.rb318 def token_class method in class:ANTLR3.Scope.Recognizer
319 @token_class ||= begin
321 superclass.token_class rescue
989 @token_class = CommonToken
1290 when @input.token_class then @input.token_class.new

Completed in 133 milliseconds