OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:const_set
(Results
1 - 4
of
4
) sorted by null
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb
434
essentially like <tt>Module#
const_set
</tt>, except it forbids constant
507
const_set
( :TOKEN_NAMES, ::ANTLR3::Constants::BUILT_IN_TOKEN_NAMES.clone )
579
const_set
( name, @types[ name ] = value )
582
const_set
( constant, @types[ constant ] = value )
655
const_set
( :Token, klass )
template.rb
117
const_set
( :TEMPLATES, {} )
recognizers.rb
263
const_set
( :Return, struct )
[
all
...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb
125
namespace.
const_set
( name, group )
Completed in 640 milliseconds