Package antlr.debug

Class GuessingEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      GuessingEvent​(java.lang.Object source)  
      GuessingEvent​(java.lang.Object source, int type)  
    • Method Summary

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

        getSource, toString
      • Methods inherited from class java.lang.Object

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

      • GuessingEvent

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

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

      • getGuessing

        public int getGuessing()
      • setGuessing

        void setGuessing​(int guessing)
      • setValues

        void setValues​(int type,
                       int guessing)
        This should NOT be called from anyone other than ParserEventSupport!