Package antlr.debug

Class Event

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getType()  
      (package private) void setType​(int type)  
      (package private) void setValues​(int type)
      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

      • Event

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

        public Event​(java.lang.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!