HomeSort by relevance Sort by last modified time
    Searched refs:token_class (Results 1 - 7 of 7) sorted by null

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
ast-builder.rb 19 AST::CommonTreeAdaptor.new( token_class )
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 343 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=( klass
    [all...]
recognizers.rb 318 def token_class method in class:ANTLR3.Scope.Recognizer
319 @token_class ||= begin
321 superclass.token_class rescue
989 @token_class = CommonToken
    [all...]
error.rb 198 token_class = @input.token_class rescue CommonToken
199 @token = token_class.new
streams.rb 838 def token_class method in class:ANTLR3.that.CommonTokenStream
839 @token_source.token_class
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-tree-wizard.rb 88 @adaptor = CommonTreeAdaptor.new( Tokens.token_class )
89 @pattern_adaptor = Wizard::PatternAdaptor.new( Tokens.token_class )
163 @adaptor = CommonTreeAdaptor.new( Tokens.token_class )
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 285 pattern_str, scheme, PatternAdaptor.new( scheme.token_class )
330 TokenScheme.build( options[ :token_class ], options[ :tokens ] )
333 CommonTreeAdaptor.new( @token_scheme.token_class )

Completed in 1686 milliseconds