Class MethodSignature
java.lang.Object
com.offbynull.coroutines.instrumenter.MethodSignature
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMethodSignature
(int methodId, String className, String methodName, org.objectweb.asm.Type methodDescriptor) -
Method Summary
Modifier and TypeMethodDescriptionorg.objectweb.asm.Type
int
org.objectweb.asm.Type
-
Field Details
-
className
-
methodName
-
methodDescriptor
private final org.objectweb.asm.Type methodDescriptor -
methodId
private final int methodId
-
-
Constructor Details
-
MethodSignature
-
-
Method Details
-
getMethodId
public int getMethodId() -
getClassName
-
getMethodName
-
getMethodDescriptor
public org.objectweb.asm.Type getMethodDescriptor() -
getReturnType
public org.objectweb.asm.Type getReturnType()
-