class Antlr4::Runtime::StarLoopbackState
Public Class Methods
new()
click to toggle source
Calls superclass method
Antlr4::Runtime::ATNState::new
# File lib/antlr4/runtime/star_loopback_state.rb, line 4 def initialize super end
Public Instance Methods
loop_entry_state()
click to toggle source
# File lib/antlr4/runtime/star_loopback_state.rb, line 8 def loop_entry_state transition(0).target end
state_type()
click to toggle source
# File lib/antlr4/runtime/star_loopback_state.rb, line 12 def state_type STAR_LOOP_BACK end