Package antlr.debug

Class SyntacticPredicateEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void setValues​(int type, int guessing)
      This should NOT be called from anyone other than ParserEventSupport!
      java.lang.String toString()  
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SyntacticPredicateEvent

        public SyntacticPredicateEvent​(java.lang.Object source)
      • SyntacticPredicateEvent

        public SyntacticPredicateEvent​(java.lang.Object source,
                                       int type)
    • Method Detail

      • setValues

        void setValues​(int type,
                       int guessing)
        This should NOT be called from anyone other than ParserEventSupport!
        Overrides:
        setValues in class GuessingEvent
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.EventObject