Top Fields Constructors Methods
sun.jvm.hotspot.oops

public Class LongField

extends Field
Class Inheritance
Imports
sun.jvm.hotspot.debugger.*, sun.jvm.hotspot.runtime.VMObject

Field Summary

Inherited from sun.jvm.hotspot.oops.Field:
values

Constructor Summary

AccessConstructor and Description
public
LongField(FieldIdentifier id, long offset, boolean isVMField)

public
LongField(JLongField vmField, long startOffset)

public
LongField(InstanceKlass holder, int fieldArrayIndex)

Method Summary

Modifier and TypeMethod and Description
public long
public long
public void
setValue(Oop obj, long value)

Inherited from sun.jvm.hotspot.oops.Field:
equalsgetAccessFlagsgetAccessFlagsObjgetFieldHoldergetFieldIndexgetFieldsgetFieldTypegetGenericSignaturegetGenericSignatureIndexgetIDgetInitialValueIndexgetNamegetNameIndexgetOffsetgetSignaturegetSignatureIndexhashCodehasInitialValueisContendedisEnumConstantisFinalisGenericisInitializedisInjectedisNamedFieldisPackagePrivateisPrivateisProtectedisPublicisStableisStaticisSyntheticisTransientisVMFieldisVolatileprintOnreadFieldInfoValues

Constructor Detail

LongFieldback to summary
public LongField(FieldIdentifier id, long offset, boolean isVMField)
LongFieldback to summary
public LongField(JLongField vmField, long startOffset)
LongFieldback to summary
public LongField(InstanceKlass holder, int fieldArrayIndex)

Method Detail

getValueback to summary
public long getValue(Oop obj)
getValueback to summary
public long getValue(VMObject obj)
setValueback to summary
public void setValue(Oop obj, long value)