Method: SimState#reset
- Defined in:
- lib/antlr4/atn/LexerATNSimulator.rb
#reset ⇒ Object
23 24 25 26 27 28 |
# File 'lib/antlr4/atn/LexerATNSimulator.rb', line 23 def reset @index = -1 @line = 0 @column = -1 @dfaState = nil end |
23 24 25 26 27 28 |
# File 'lib/antlr4/atn/LexerATNSimulator.rb', line 23 def reset @index = -1 @line = 0 @column = -1 @dfaState = nil end |