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

  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-scheme.rb 9 describe TokenScheme do
11 @ts = TokenScheme.new do
test-tree-wizard.rb 84 Tokens = TokenScheme.build %w(A B C D E ID VAR)
159 Tokens = TokenScheme.build %w(A B C D E ID VAR)
176 assert_kind_of( ANTLR3::TokenScheme, @wizard.token_scheme )
test-trees.rb 797 Tokens = TokenScheme.build( TOKEN_NAMES )
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 373 =begin rdoc ANTLR3::TokenScheme
415 TokenScheme is a subclass of Module. Thus, it has the method
416 <tt>TokenScheme.new(tk_class = nil) { ... module-level code ...}</tt>, which
426 As TokenScheme the class functions as a metaclass, figuring out some of the
429 TokenScheme function as module-level methods of TokenScheme instances, ala
432 <tt>TokenScheme#define_token(name_symbol, int_value)</tt> adds a constant
437 <tt>TokenScheme#define_tokens</tt> is a convenience method for defining many
440 <tt>TokenScheme#register_name(value, name_string)</tt> specifies a custom
450 === Sample TokenScheme Constructio
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb 73 const_defined?( :TokenData ) or TokenData = ANTLR3::TokenScheme.new
group-file-lexer.rb 73 const_defined?( :TokenData ) or TokenData = ANTLR3::TokenScheme.new
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 330 TokenScheme.build( options[ :token_class ], options[ :tokens ] )

Completed in 196 milliseconds