class Antlr4::Runtime::Vocabulary

Public Instance Methods

display_name(_token_type) click to toggle source
# File lib/antlr4/runtime/vocabulary.rb, line 9
def display_name(_token_type)
end
max_token_type() click to toggle source
# File lib/antlr4/runtime/vocabulary.rb, line 3
def max_token_type
end
symbolic_name(_token_type) click to toggle source
# File lib/antlr4/runtime/vocabulary.rb, line 6
def symbolic_name(_token_type)
end