class Antlr4::Runtime::PlusLoopbackState

Public Class Methods

new() click to toggle source
Calls superclass method Antlr4::Runtime::DecisionState::new
# File lib/antlr4/runtime/plus_loopback_state.rb, line 4
def initialize
  super
end

Public Instance Methods

state_type() click to toggle source
# File lib/antlr4/runtime/plus_loopback_state.rb, line 8
def state_type
  PLUS_LOOP_BACK
end