Package antlr.debug

Class GuessingEvent

    • Constructor Detail

      • GuessingEvent

        public GuessingEvent​(Object source)
      • GuessingEvent

        public GuessingEvent​(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!