class Antlr4::Runtime::RuleStopState
Public Class Methods
new()
click to toggle source
Calls superclass method
Antlr4::Runtime::ATNState::new
# File lib/antlr4/runtime/rule_stop_state.rb, line 4 def initialize super end
Public Instance Methods
state_type()
click to toggle source
# File lib/antlr4/runtime/rule_stop_state.rb, line 8 def state_type RULE_STOP end