Class ObjectDebugger

java.lang.Object
zombie.debug.objects.ObjectDebugger

public class ObjectDebugger extends Object
  • Constructor Details

    • ObjectDebugger

      public ObjectDebugger()
  • Method Details

    • AllocList

      public static ArrayList<String> AllocList()
    • ReleaseList

      public static void ReleaseList(ArrayList<String> arrayList)
    • Log

      public static void Log(Object object)
    • Log

      public static void Log(Object object, boolean boolean0)
    • Log

      public static void Log(Object object, boolean boolean0, boolean boolean1)
    • Log

      public static void Log(Object object, int int0)
    • Log

      public static void Log(Object object, int int0, boolean boolean0, boolean boolean1, int int1)
    • Log

      public static void Log(DebugLogStream debugLogStream, Object object)
    • Log

      public static void Log(DebugLogStream debugLogStream, Object object, boolean boolean0)
    • Log

      public static void Log(DebugLogStream debugLogStream, Object object, boolean boolean0, boolean boolean1)
    • Log

      public static void Log(DebugLogStream debugLogStream, Object object, int int0)
    • Log

      public static void Log(DebugLogStream debugLogStream, Object object, int int0, boolean boolean0, boolean boolean1, int int1)
    • GetLines

      public static void GetLines(Object object, ArrayList<String> arrayList)
    • GetLines

      public static void GetLines(Object object, ArrayList<String> arrayList, boolean boolean0)
    • GetLines

      public static void GetLines(Object object, ArrayList<String> arrayList, boolean boolean0, boolean boolean1)
    • GetLines

      public static void GetLines(Object object, ArrayList<String> arrayList, int int0)
    • GetLines

      public static void GetLines(Object object, ArrayList<String> arrayList, int int0, boolean boolean0, boolean boolean1, int int1)
    • alloc_log_object

      protected static zombie.debug.objects.ObjectDebugger.LogObject alloc_log_object(Object object)
    • alloc_log_field

      protected static zombie.debug.objects.ObjectDebugger.LogField alloc_log_field(String string, Object object, boolean boolean0)
    • alloc_log_list

      protected static zombie.debug.objects.ObjectDebugger.LogList alloc_log_list()
    • alloc_log_map

      protected static zombie.debug.objects.ObjectDebugger.LogMap alloc_log_map()