Class MethodTypeSignature
java.lang.Object
com.strobel.assembler.metadata.signatures.MethodTypeSignature
-
Method Summary
Modifier and TypeMethodDescriptionvoidstatic MethodTypeSignaturemake(FormalTypeParameter[] ftps, TypeSignature[] pts, ReturnType rt, FieldTypeSignature[] ets)
-
Method Details
-
make
public static MethodTypeSignature make(FormalTypeParameter[] ftps, TypeSignature[] pts, ReturnType rt, FieldTypeSignature[] ets) -
getFormalTypeParameters
- Specified by:
getFormalTypeParametersin interfaceSignature
-
getParameterTypes
-
getReturnType
-
getExceptionTypes
-
accept
-