com.jrockit.memleak.value
Class StaticField

java.lang.Object
  extended by com.jrockit.memleak.value.FieldInfo
      extended by com.jrockit.memleak.value.StaticField
All Implemented Interfaces:
IAccessibleInfo, IFieldInfo, IMemberInfo, IStaticField, IClassInfoHolder

public class StaticField
extends FieldInfo
implements IStaticField

Represents a static field in a class.


Field Summary
 
Fields inherited from interface com.jrockit.memleak.IStaticField
EMPTY_ARRAY
 
Fields inherited from interface com.jrockit.memleak.IAccessibleInfo
SYNTHETIC, UNKNOWN_MODIFIERS
 
Constructor Summary
StaticField(IClassInfo declaringClassInfo, java.lang.String name, int modifiers)
          Create a new StaticField.
 
Method Summary
 
Methods inherited from class com.jrockit.memleak.value.FieldInfo
equals, equals, getClassInfo, getDeclaringClassInfo, getModifiers, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.jrockit.memleak.IMemberInfo
getDeclaringClassInfo, getName
 
Methods inherited from interface com.jrockit.memleak.IAccessibleInfo
getModifiers
 

Constructor Detail

StaticField

public StaticField(IClassInfo declaringClassInfo,
                   java.lang.String name,
                   int modifiers)
Create a new StaticField.

Parameters:
declaringClassInfo -
name -
modifiers -


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