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

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
constants.rb 84 BUILT_IN_TOKEN_NAMES = Hash.new do |h, k|
88 BUILT_IN_TOKEN_NAMES.update(
token.rb 209 BUILT_IN_TOKEN_NAMES[ type ]
253 BUILT_IN_TOKEN_NAMES[ type ]
507 const_set( :TOKEN_NAMES, ::ANTLR3::Constants::BUILT_IN_TOKEN_NAMES.clone )
509 @types = ::ANTLR3::Constants::BUILT_IN_TOKEN_NAMES.invert
630 Constants::BUILT_IN_TOKEN_NAMES.fetch( type_value, false ) and true

Completed in 54 milliseconds