class Antlr4::Runtime::BasicBlockStartState

Public Class Methods

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

Public Instance Methods

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