com.jrockit.memleak
Interface IStaticField

All Superinterfaces:
IAccessibleInfo, IFieldInfo, IMemberInfo
All Known Implementing Classes:
StaticField

public interface IStaticField
extends IFieldInfo

Represents a static field in a class.


Field Summary
static IStaticField[] EMPTY_ARRAY
          An empty IStaticField array.
 
Fields inherited from interface com.jrockit.memleak.IAccessibleInfo
SYNTHETIC, UNKNOWN_MODIFIERS
 
Method Summary
 
Methods inherited from interface com.jrockit.memleak.IMemberInfo
getDeclaringClassInfo, getName
 
Methods inherited from interface com.jrockit.memleak.IAccessibleInfo
getModifiers
 

Field Detail

EMPTY_ARRAY

static final IStaticField[] EMPTY_ARRAY
An empty IStaticField array.



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