com.jrockit.memleak.value
Class PrimitiveFieldValue

java.lang.Object
  extended by com.jrockit.memleak.value.PrimitiveValue
      extended by com.jrockit.memleak.value.PrimitiveFieldValue
All Implemented Interfaces:
IFieldValue, IValue

public class PrimitiveFieldValue
extends PrimitiveValue
implements IFieldValue

Represents a primitive field in an instance.

Author:
Staffan Larsen

Field Summary
 
Fields inherited from interface com.jrockit.memleak.IFieldValue
EMPTY_ARRAY
 
Constructor Summary
PrimitiveFieldValue(IFieldInfo info, java.lang.Object valueWrapper)
           
 
Method Summary
 IFieldInfo getFieldInfo()
           
 java.lang.String getName()
           
 java.lang.String toString()
           
 
Methods inherited from class com.jrockit.memleak.value.PrimitiveValue
get, getPrimitiveValue, getReference, isAssignableTo, isPrimitive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.jrockit.memleak.IValue
get, getPrimitiveValue, getReference, isAssignableTo, isPrimitive
 

Constructor Detail

PrimitiveFieldValue

public PrimitiveFieldValue(IFieldInfo info,
                           java.lang.Object valueWrapper)
Parameters:
info -
valueWrapper -
Method Detail

getFieldInfo

public IFieldInfo getFieldInfo()
Specified by:
getFieldInfo in interface IFieldValue
Returns:
info about this field

getName

public java.lang.String getName()
Specified by:
getName in interface IFieldValue
Returns:
name of the field

toString

public java.lang.String toString()
Overrides:
toString in class PrimitiveValue


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