com.jrockit.memleak
Interface IFieldValue

All Superinterfaces:
IValue
All Known Implementing Classes:
PrimitiveFieldValue, ReferenceFieldValue

public interface IFieldValue
extends IValue

Represents a field in an instance.


Field Summary
static IFieldValue[] EMPTY_ARRAY
          An empty IFieldValue array.
 
Method Summary
 IFieldInfo getFieldInfo()
           
 java.lang.String getName()
           
 
Methods inherited from interface com.jrockit.memleak.IValue
get, getPrimitiveValue, getReference, isAssignableTo, isPrimitive
 

Field Detail

EMPTY_ARRAY

static final IFieldValue[] EMPTY_ARRAY
An empty IFieldValue array.

Method Detail

getFieldInfo

IFieldInfo getFieldInfo()
Returns:
info about this field

getName

java.lang.String getName()
Returns:
name of the field


Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.