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
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.