class HotSpotVMConfig.VMTypes.Type extends Object
Modifier and Type | Field and Description |
---|---|
private long |
entryAddress |
Constructor and Description |
---|
Type(long address) |
Modifier and Type | Method and Description |
---|---|
long |
getSize() |
String |
getSuperclassName() |
String |
getTypeName() |
boolean |
isIntegerType() |
boolean |
isOopType() |
boolean |
isUnsigned() |
String |
toString() |
private long entryAddress
Type(long address)
public String getTypeName()
public String getSuperclassName()
public boolean isOopType()
public boolean isIntegerType()
public boolean isUnsigned()
public long getSize()