Top Fields Constructors Methods
sun.jvm.hotspot.oops

public Class BooleanField

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
BooleanField(FieldIdentifier id, long offset, boolean isVMField)

public
BooleanField(JBooleanField vmField, long startOffset)

public
BooleanField(InstanceKlass holder, int fieldArrayIndex)

Method Summary

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

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

Constructor Detail

BooleanFieldback to summary
public BooleanField(FieldIdentifier id, long offset, boolean isVMField)
BooleanFieldback to summary
public BooleanField(JBooleanField vmField, long startOffset)
BooleanFieldback to summary
public BooleanField(InstanceKlass holder, int fieldArrayIndex)

Method Detail

getValueback to summary
public boolean getValue(Oop obj)
getValueback to summary
public boolean getValue(VMObject obj)
setValueback to summary
public void setValue(Oop obj, boolean value) throws MutationException