class Antlr4::Runtime::LexerAction

Public Instance Methods

action_type() click to toggle source
# File lib/antlr4/runtime/lexer_action.rb, line 3
def action_type
end
execute(lexer) click to toggle source
# File lib/antlr4/runtime/lexer_action.rb, line 9
def execute(lexer)
end
position_dependent?() click to toggle source
# File lib/antlr4/runtime/lexer_action.rb, line 6
def position_dependent?
end