class Antlr4::Runtime::BlockEndState
Attributes
start_state[RW]
Public Class Methods
new()
click to toggle source
Calls superclass method
Antlr4::Runtime::ATNState::new
# File lib/antlr4/runtime/block_end_state.rb, line 6 def initialize super @start_state = nil end
Public Instance Methods
state_type()
click to toggle source
# File lib/antlr4/runtime/block_end_state.rb, line 11 def state_type BLOCK_END end