Package antlr.debug

Class Event

    • Constructor Detail

      • Event

        public Event​(Object source)
      • Event

        public Event​(Object source,
                     int type)
    • Method Detail

      • getType

        public int getType()
      • setType

        void setType​(int type)
      • setValues

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