class Antlr4::Runtime::StarBlockStartState

Public Class Methods

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

Public Instance Methods

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