|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.example.browser.Introspector
class Introspector
Introspection related methods
Constructor Summary | |
---|---|
Introspector()
|
Method Summary | |
---|---|
static String |
extractClassName(String fullName)
|
static String |
getFieldString(Field f,
boolean showModifier,
boolean showPackage)
Print the modifiers, type, and name of a field. |
static String |
getModifierString(int m)
Return a string version of modifiers, handling spaces nicely. |
static String |
getTypename(Class t,
boolean showPackage)
Return the name of an interface or primitive type, handling arrays. |
static boolean |
isHidden(Field f)
|
static boolean |
isString(Class clazz)
|
static boolean |
isWrapper(Class clazz)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
Introspector()
Method Detail |
---|
public static boolean isHidden(Field f)
public static boolean isString(Class clazz)
public static boolean isWrapper(Class clazz)
public static String getTypename(Class t, boolean showPackage)
public static String getModifierString(int m)
public static String getFieldString(Field f, boolean showModifier, boolean showPackage)
public static String extractClassName(String fullName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |