Class Type.MethodType

java.lang.Object
org.openjdk.asmtools.jdis.notations.Type
org.openjdk.asmtools.jdis.notations.Type.MethodType
Enclosing class:
Type

public static class Type.MethodType extends Type
Represents a method type signature.

See; JVMS 4.3.4 MethodTypeSignature: FormalTypeParameters_opt ( TypeSignature* ) ReturnType ThrowsSignature*

  • Field Details

    • typeParamTypes

      public final List<? extends Type.TypeParamType> typeParamTypes
    • paramTypes

      public final List<? extends Type> paramTypes
    • returnType

      public final Type returnType
    • throwsTypes

      public final List<? extends Type> throwsTypes
  • Constructor Details

  • Method Details