Crossfire JXClient, Trunk
Public Member Functions | List of all members
MixIn.Debuggable Interface Reference
Inheritance diagram for MixIn.Debuggable:
Inheritance graph
Collaboration diagram for MixIn.Debuggable:
Collaboration graph

Public Member Functions

default String toDebugString ()
 

Detailed Description

Implement this interface for a class that must be in debug print

Definition at line 45 of file MixIn.java.

Member Function Documentation

◆ toDebugString()

default String MixIn.Debuggable.toDebugString ( )

Print the class name and all fields to a string. Uses reflection to obtain and access fields of this object.

Returns
the string formatted like the following:
State of the: <Class Name>
<member name> : <value>
...

Definition at line 57 of file MixIn.java.


The documentation for this interface was generated from the following file: