class Antlr4::Runtime::LoopEndState

Attributes

loopback_state[RW]

Public Class Methods

new() click to toggle source
Calls superclass method Antlr4::Runtime::ATNState::new
# File lib/antlr4/runtime/loop_end_state.rb, line 6
def initialize
  super
  @loopback_state = nil
end

Public Instance Methods

state_type() click to toggle source
# File lib/antlr4/runtime/loop_end_state.rb, line 11
def state_type
  LOOP_END
end