Method: Antlr4::Runtime::LexerTypeAction#execute

Defined in:
lib/antlr4/runtime/lexer_type_action.rb

#execute(lexer) ⇒ Object



18
19
20
# File 'lib/antlr4/runtime/lexer_type_action.rb', line 18

def execute(lexer)
  lexer._type = @type
end