|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JavaObject | |
---|---|
com.ibm.dtfj.java |
Uses of JavaObject in com.ibm.dtfj.java |
---|
Methods in com.ibm.dtfj.java that return JavaObject | |
---|---|
JavaObject |
JavaClass.getObject()
Fetch the java.lang.Class object associated with this class. |
JavaObject |
JavaClassLoader.getObject()
Get the java.lang.ClassLoader instance associated with this class loader. |
JavaObject |
JavaMonitor.getObject()
Get the object associated with this monitor. |
JavaObject |
JavaThread.getObject()
Fetch the java.lang.Thread associated with this thread. |
Methods in com.ibm.dtfj.java with parameters of type JavaObject | |
---|---|
java.lang.Object |
JavaField.get(JavaObject object)
Get the contents of an Object field |
boolean |
JavaField.getBoolean(JavaObject object)
Get the contents of a boolean field |
byte |
JavaField.getByte(JavaObject object)
Get the contents of a byte field |
char |
JavaField.getChar(JavaObject object)
Get the contents of a char field |
double |
JavaField.getDouble(JavaObject object)
Get the contents of a double field |
float |
JavaField.getFloat(JavaObject object)
Get the contents of a float field |
int |
JavaField.getInt(JavaObject object)
Get the contents of an int field |
long |
JavaField.getLong(JavaObject object)
Get the contents of a long field |
short |
JavaField.getShort(JavaObject object)
Get the contents of a short field |
java.lang.String |
JavaField.getString(JavaObject object)
Get the contents of a string field |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |