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
getDescriptor
java.lang.String getDescriptor()
- Returns:
- the descriptor of the method
Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.