com.jrockit.memleak
Interface IMemberInfo

All Superinterfaces:
IAccessibleInfo
All Known Subinterfaces:
IFieldInfo, IMethodInfo, IStaticField
All Known Implementing Classes:
FieldInfo, MethodInfo, StaticField

public interface IMemberInfo
extends IAccessibleInfo

Information about a member (field or method) of a class.

Author:
mpersson
See Also:
Member

Field Summary
 
Fields inherited from interface com.jrockit.memleak.IAccessibleInfo
SYNTHETIC, UNKNOWN_MODIFIERS
 
Method Summary
 IClassInfo getDeclaringClassInfo()
           
 java.lang.String getName()
           
 
Methods inherited from interface com.jrockit.memleak.IAccessibleInfo
getModifiers
 

Method Detail

getDeclaringClassInfo

IClassInfo getDeclaringClassInfo()
Returns:
the IClassInfo of the member's declaring class.

getName

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


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