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.StringclassNameprivate org.objectweb.asm.TypemethodDescriptorprivate intmethodIdprivate java.lang.StringmethodName
-
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.StringgetClassName()org.objectweb.asm.TypegetMethodDescriptor()intgetMethodId()java.lang.StringgetMethodName()org.objectweb.asm.TypegetReturnType()
-