Lines Matching refs:Constants
69 include ANTLR3::Constants
285 module Constants
307 include Constants
377 dynamically defined modules that map integer values to constants with token-type
395 conventions, defining types as named constants of the recognizer class resolves
424 4. include ANTLR3::Constants in the new scheme module
487 the token types as named constants, a type-to-name map constant +TOKEN_NAMES+,
507 const_set( :TOKEN_NAMES, ::ANTLR3::Constants::BUILT_IN_TOKEN_NAMES.clone )
509 @types = ::ANTLR3::Constants::BUILT_IN_TOKEN_NAMES.invert
510 @unused = ::ANTLR3::Constants::MIN_TOKEN_TYPE
524 include ANTLR3::Constants
599 type_value = Constants::MIN_TOKEN_TYPE + i
630 Constants::BUILT_IN_TOKEN_NAMES.fetch( type_value, false ) and true