class Antlr4::Runtime::BlockStartState

Attributes

end_state[RW]

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/antlr4/runtime/block_start_state.rb, line 5
def initialize
  super
  @end_state = nil
end