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.
EMPTY_ARRAY
static final IFieldValue[] EMPTY_ARRAY
- An empty
IFieldValue
array.
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.