Method: LexerTypeAction#initialize
- Defined in:
- lib/antlr4/atn/LexerAction.rb
#initialize(_type) ⇒ LexerTypeAction
Returns a new instance of LexerTypeAction.
68 69 70 71 |
# File 'lib/antlr4/atn/LexerAction.rb', line 68 def initialize(_type) super(LexerActionType::TYPE) self.type = _type end |