|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gjt.lindfors.util.Library
Collection of miscellaneous utility methods.
For more detailed documentation, refer to the Util Library Developer's Guide
Method Summary | |
static java.lang.String |
getClassName(java.lang.Object obj)
Returns the class name of an object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.lang.String getClassName(java.lang.Object obj)
getClass().getName()
.
obj
- object whose class name is wanted
Object.getClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |