Class MethodSignature
- java.lang.Object
-
- com.offbynull.coroutines.instrumenter.MethodSignature
-
final class MethodSignature extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
className
private org.objectweb.asm.Type
methodDescriptor
private int
methodId
private java.lang.String
methodName
-
Constructor Summary
Constructors Constructor Description MethodSignature(int methodId, java.lang.String className, java.lang.String methodName, org.objectweb.asm.Type methodDescriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getClassName()
org.objectweb.asm.Type
getMethodDescriptor()
int
getMethodId()
java.lang.String
getMethodName()
org.objectweb.asm.Type
getReturnType()
-