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