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

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb373 =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
499 class TokenScheme < ::Module class in class:ANTLR3.with.ARecognizerOrSuch.provided
[all...]

Completed in 114 milliseconds