Method: Antlr4::Runtime::RuleStartState#initialize
- Defined in:
- lib/antlr4/runtime/rule_start_state.rb
#initialize ⇒ RuleStartState
Returns a new instance of RuleStartState.
7 8 9 10 11 |
# File 'lib/antlr4/runtime/rule_start_state.rb', line 7 def initialize super @is_left_recursive_rule = false @stop_state = nil end |