class HotSpotVMConfig.VMFields.Field extends Object
| Modifier and Type | Field and Description |
|---|---|
private long |
entryAddress |
| Constructor and Description |
|---|
Field(long address) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAddress() |
String |
getFieldName() |
String |
getName() |
long |
getOffset() |
String |
getTypeName() |
String |
getTypeString() |
long |
getValue() |
boolean |
isStatic() |
String |
toString() |
private long entryAddress
Field(long address)
public String getTypeName()
public String getFieldName()
public String getTypeString()
public boolean isStatic()
public long getOffset()
public long getAddress()
public long getValue()