Class: Antlr4::Runtime::Vocabulary

Inherits:
Object
  • Object
show all
Defined in:
lib/antlr4/runtime/vocabulary.rb

Direct Known Subclasses

VocabularyImpl

Instance Method Summary collapse

Instance Method Details

#display_name(_token_type) ⇒ Object



9
10
# File 'lib/antlr4/runtime/vocabulary.rb', line 9

def display_name(_token_type)
end

#max_token_typeObject



3
4
# File 'lib/antlr4/runtime/vocabulary.rb', line 3

def max_token_type
end

#symbolic_name(_token_type) ⇒ Object



6
7
# File 'lib/antlr4/runtime/vocabulary.rb', line 6

def symbolic_name(_token_type)
end