class Antlr4::Runtime::RuleStartState
Attributes
is_left_recursive_rule[RW]
stop_state[RW]
Public Class Methods
new()
click to toggle source
Calls superclass method
Antlr4::Runtime::ATNState::new
# File lib/antlr4/runtime/rule_start_state.rb, line 7 def initialize super @is_left_recursive_rule = false @stop_state = nil end
Public Instance Methods
state_type()
click to toggle source
# File lib/antlr4/runtime/rule_start_state.rb, line 13 def state_type RULE_START end