Class ObjectDebugger
java.lang.Object
zombie.debug.objects.ObjectDebugger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidstatic voidstatic voidstatic voidGetLines(Object o, ArrayList<String> list, int inheritanceDepth, boolean forceAccessFields, boolean useClassAnnotations, int memberDepth) static voidstatic voidstatic voidstatic voidstatic voidLog(Object o, int inheritanceDepth, boolean forceAccessFields, boolean useClassAnnotations, int memberDepth) static voidLog(DebugLogStream logStream, Object o) static voidLog(DebugLogStream logStream, Object o, boolean forceAccessFields) static voidLog(DebugLogStream logStream, Object o, boolean forceAccessFields, boolean useClassAnnotations) static voidLog(DebugLogStream logStream, Object o, int inheritanceDepth) static voidLog(DebugLogStream logStream, Object o, int inheritanceDepth, boolean forceAccessFields, boolean useClassAnnotations, int memberDepth) static voidReleaseList(ArrayList<String> list)
-
Constructor Details
-
ObjectDebugger
public ObjectDebugger()
-
-
Method Details
-
AllocList
-
ReleaseList
-
Log
-
Log
-
Log
-
Log
-
Log
public static void Log(Object o, int inheritanceDepth, boolean forceAccessFields, boolean useClassAnnotations, int memberDepth) -
Log
-
Log
-
Log
public static void Log(DebugLogStream logStream, Object o, boolean forceAccessFields, boolean useClassAnnotations) -
Log
-
Log
public static void Log(DebugLogStream logStream, Object o, int inheritanceDepth, boolean forceAccessFields, boolean useClassAnnotations, int memberDepth) -
GetLines
-
GetLines
-
GetLines
-
GetLines
-
GetLines
-