Class MethodSignature

java.lang.Object
com.offbynull.coroutines.instrumenter.MethodSignature

final class MethodSignature extends Object
  • Field Details

    • className

      private final String className
    • methodName

      private final String methodName
    • methodDescriptor

      private final org.objectweb.asm.Type methodDescriptor
    • methodId

      private final int methodId
  • Constructor Details

    • MethodSignature

      MethodSignature(int methodId, String className, String methodName, org.objectweb.asm.Type methodDescriptor)
  • Method Details

    • getMethodId

      public int getMethodId()
    • getClassName

      public String getClassName()
    • getMethodName

      public String getMethodName()
    • getMethodDescriptor

      public org.objectweb.asm.Type getMethodDescriptor()
    • getReturnType

      public org.objectweb.asm.Type getReturnType()