Schnittstelle TypeDebugFlags


public interface TypeDebugFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Keep a count of instances of each type
    static final int
    Mask covering all debug flags
    static final int
    Print no messages
    static final int
    Print messages about object bookkeeping
    static final int
    Print messages about signal emissions
  • Felddetails

    • NONE

      static final int NONE
      Print no messages
      Siehe auch:
    • OBJECTS

      static final int OBJECTS
      Print messages about object bookkeeping
      Siehe auch:
    • SIGNALS

      static final int SIGNALS
      Print messages about signal emissions
      Siehe auch:
    • INSTANCE_COUNT

      static final int INSTANCE_COUNT
      Keep a count of instances of each type
      Siehe auch:
    • MASK

      static final int MASK
      Mask covering all debug flags
      Siehe auch: