Package antlr.debug

Class SemanticPredicateEvent

All Implemented Interfaces:
Serializable

public class SemanticPredicateEvent extends GuessingEvent
See Also:
  • Field Details

  • Constructor Details

    • SemanticPredicateEvent

      public SemanticPredicateEvent(Object source)
    • SemanticPredicateEvent

      public SemanticPredicateEvent(Object source, int type)
  • Method Details

    • getCondition

      public int getCondition()
    • getResult

      public boolean getResult()
    • setCondition

      void setCondition(int condition)
    • setResult

      void setResult(boolean result)
    • setValues

      void setValues(int type, int condition, boolean result, int guessing)
      This should NOT be called from anyone other than ParserEventSupport!
    • toString

      public String toString()
      Overrides:
      toString in class EventObject