class Antlr4::Runtime::DecisionState

Attributes

decision[RW]
non_greedy[RW]

Public Class Methods

new() click to toggle source
Calls superclass method Antlr4::Runtime::ATNState::new
# File lib/antlr4/runtime/decision_state.rb, line 7
def initialize
  super
  @decision = -1
  @non_greedy = false
end