public class MethodDescriptor extends FieldOrMethodDescriptor implements ComparableMethod
| Constructor and Description |
|---|
MethodDescriptor(org.apache.bcel.generic.InvokeInstruction iins,
org.apache.bcel.generic.ConstantPoolGen cpg) |
MethodDescriptor(String className,
String methodName,
String methodSignature) |
MethodDescriptor(String className,
String methodName,
String methodSignature,
boolean isStatic)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ComparableMethod o) |
boolean |
equals(Object obj) |
compareTo, compareTo, getClassDescriptor, getName, getNameSigHashCode, getNameSigHashCode, getSignature, getSlashedClassName, hashCode, haveEqualFields, isStatic, toStringpublic MethodDescriptor(@SlashedClassName String className, String methodName, String methodSignature, boolean isStatic)
className - name of the class containing the method, in VM format (e.g.,
"java/lang/String")methodName - name of the methodmethodSignature - signature of the methodisStatic - true if method is static, false otherwisepublic MethodDescriptor(@SlashedClassName String className, String methodName, String methodSignature)
public MethodDescriptor(org.apache.bcel.generic.InvokeInstruction iins,
org.apache.bcel.generic.ConstantPoolGen cpg)
public int compareTo(ComparableMethod o)
compareTo in interface Comparable<ComparableMethod>Copyright © 2003–2015. All rights reserved.