Class: Antlr4ruby::DFAState::PredPrediction
- Inherits:
-
Object
- Object
- Antlr4ruby::DFAState::PredPrediction
- Defined in:
- lib/antlr4ruby/dfa/dfa_state.rb
Instance Method Summary collapse
-
#initialize(pred, alt) ⇒ PredPrediction
constructor
A new instance of PredPrediction.
- #to_s ⇒ Object
Constructor Details
#initialize(pred, alt) ⇒ PredPrediction
Returns a new instance of PredPrediction.
30 31 32 33 |
# File 'lib/antlr4ruby/dfa/dfa_state.rb', line 30 def initialize(pred, alt) @alt = alt @pred = pred end |
Instance Method Details
#to_s ⇒ Object
35 36 37 |
# File 'lib/antlr4ruby/dfa/dfa_state.rb', line 35 def to_s # todo end |