|
JProfiler API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MethodDescriptor
Descriptor for an array type.
The description property of the super-interface is suitable for verbose output, the class, signature and method name properties of this derived interface can be used for programmatic processing.
| Method Summary | |
|---|---|
ClassDescriptor |
getDeclaringClass()
Returns the descriptor of the class that declares this method. |
java.lang.String |
getMethodName()
Returns the name of the method. |
java.lang.String |
getMethodSignature()
Returns the signature of this method in JVM format. |
| Methods inherited from interface com.jprofiler.api.platform.descriptors.Descriptor |
|---|
getDescription |
| Method Detail |
|---|
ClassDescriptor getDeclaringClass()
java.lang.String getMethodSignature()
InterceptionMethod.
java.lang.String getMethodName()
|
JProfiler API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||