|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JHeapObject
This interface represents a heap object.
| Method Summary | |
|---|---|
java.lang.Object |
getNativeObject()
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine. |
JClass |
getType()
Returns a JClass object representing the type of this heap object. |
boolean |
isNative()
Determines if this heap object is allocated into the underlaying JVM heap and not in the Corosol JVM heap. |
| Method Detail |
|---|
JClass getType()
boolean isNative()
java.lang.Object getNativeObject()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||