Class MethodSignature
java.lang.Object
aQute.bnd.signatures.MethodSignature
- All Implemented Interfaces:
Signature
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal JavaTypeSignature[]final Resultfinal ThrowsSignature[]final TypeParameter[] -
Constructor Summary
ConstructorsConstructorDescriptionMethodSignature(TypeParameter[] typeParameters, JavaTypeSignature[] parameterTypes, Result resultType, ThrowsSignature[] throwTypes) -
Method Summary
-
Field Details
-
typeParameters
-
parameterTypes
-
resultType
-
throwTypes
-
-
Constructor Details
-
MethodSignature
public MethodSignature(TypeParameter[] typeParameters, JavaTypeSignature[] parameterTypes, Result resultType, ThrowsSignature[] throwTypes)
-
-
Method Details
-
of
-
erasedBinaryReferences
- Specified by:
erasedBinaryReferencesin interfaceSignature
-
hashCode
-
equals
-
toString
-