com.jrockit.memleak
Interface IMethodInfo

All Superinterfaces:
IAccessibleInfo, IMemberInfo
All Known Implementing Classes:
MethodInfo

public interface IMethodInfo
extends IMemberInfo

Information about a method in a class. In contrast with ILocation, this interface does not provide information on line numbers.

Author:
mpersson
See Also:
Method

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

Method Detail

getDescriptor

java.lang.String getDescriptor()
Returns:
the descriptor of the method


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