class com.google.common.reflect.Invokable$MethodInvokable<T> extends com.google.common.reflect.Invokable<T, java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.reflect.Invokable$MethodInvokable
  super_class: com.google.common.reflect.Invokable
{
  final java.lang.reflect.Method method;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0010) ACC_FINAL

  void <init>(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.reflect.Invokable$MethodInvokable this
        start local 1 // java.lang.reflect.Method method
         0: .line 201
            aload 0 /* this */
            aload 1 /* method */
            invokespecial com.google.common.reflect.Invokable.<init>:(Ljava/lang/reflect/AccessibleObject;)V
         1: .line 202
            aload 0 /* this */
            aload 1 /* method */
            putfield com.google.common.reflect.Invokable$MethodInvokable.method:Ljava/lang/reflect/Method;
         2: .line 203
            return
        end local 1 // java.lang.reflect.Method method
        end local 0 // com.google.common.reflect.Invokable$MethodInvokable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/google/common/reflect/Invokable$MethodInvokable<TT;>;
            0    3     1  method  Ljava/lang/reflect/Method;
    MethodParameters:
        Name  Flags
      method  

  final java.lang.Object invokeInternal(java.lang.Object, java.lang.Object[]);
    descriptor: (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.common.reflect.Invokable$MethodInvokable this
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.Object[] args
         0: .line 208
            aload 0 /* this */
            getfield com.google.common.reflect.Invokable$MethodInvokable.method:Ljava/lang/reflect/Method;
            aload 1 /* receiver */
            aload 2 /* args */
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.Object receiver
        end local 0 // com.google.common.reflect.Invokable$MethodInvokable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/google/common/reflect/Invokable$MethodInvokable<TT;>;
            0    1     1  receiver  Ljava/lang/Object;
            0    1     2      args  [Ljava/lang/Object;
    Exceptions:
      throws java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
          Name  Flags
      receiver  
      args      

  java.lang.reflect.Type getGenericReturnType();
    descriptor: ()Ljava/lang/reflect/Type;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.reflect.Invokable$MethodInvokable this
         0: .line 213
            aload 0 /* this */
            getfield com.google.common.reflect.Invokable$MethodInvokable.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getGenericReturnType:()Ljava/lang/reflect/Type;
            areturn
        end local 0 // com.google.common.reflect.Invokable$MethodInvokable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/reflect/Invokable$MethodInvokable<TT;>;

  java.lang.reflect.Type[] getGenericParameterTypes();
    descriptor: ()[Ljava/lang/reflect/Type;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.reflect.Invokable$MethodInvokable this
         0: .line 218
            aload 0 /* this */
            getfield com.google.common.reflect.Invokable$MethodInvokable.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getGenericParameterTypes:()[Ljava/lang/reflect/Type;
            areturn
        end local 0 // com.google.common.reflect.Invokable$MethodInvokable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/reflect/Invokable$MethodInvokable<TT;>;

  java.lang.reflect.AnnotatedType[] getAnnotatedParameterTypes();
    descriptor: ()[Ljava/lang/reflect/AnnotatedType;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.reflect.Invokable$MethodInvokable this
         0: .line 223
            aload 0 /* this */
            getfield com.google.common.reflect.Invokable$MethodInvokable.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getAnnotatedParameterTypes:()[Ljava/lang/reflect/AnnotatedType;
            areturn
        end local 0 // com.google.common.reflect.Invokable$MethodInvokable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/reflect/Invokable$MethodInvokable<TT;>;

  public java.lang.reflect.AnnotatedType getAnnotatedReturnType();
    descriptor: ()Ljava/lang/reflect/AnnotatedType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.reflect.Invokable$MethodInvokable this
         0: .line 228
            aload 0 /* this */
            getfield com.google.common.reflect.Invokable$MethodInvokable.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getAnnotatedReturnType:()Ljava/lang/reflect/AnnotatedType;
            areturn
        end local 0 // com.google.common.reflect.Invokable$MethodInvokable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/reflect/Invokable$MethodInvokable<TT;>;

  java.lang.reflect.Type[] getGenericExceptionTypes();
    descriptor: ()[Ljava/lang/reflect/Type;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.reflect.Invokable$MethodInvokable this
         0: .line 233
            aload 0 /* this */
            getfield com.google.common.reflect.Invokable$MethodInvokable.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getGenericExceptionTypes:()[Ljava/lang/reflect/Type;
            areturn
        end local 0 // com.google.common.reflect.Invokable$MethodInvokable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/reflect/Invokable$MethodInvokable<TT;>;

  final java.lang.annotation.Annotation[][] getParameterAnnotations();
    descriptor: ()[[Ljava/lang/annotation/Annotation;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.reflect.Invokable$MethodInvokable this
         0: .line 238
            aload 0 /* this */
            getfield com.google.common.reflect.Invokable$MethodInvokable.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getParameterAnnotations:()[[Ljava/lang/annotation/Annotation;
            areturn
        end local 0 // com.google.common.reflect.Invokable$MethodInvokable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/reflect/Invokable$MethodInvokable<TT;>;

  public final java.lang.reflect.TypeVariable<?>[] getTypeParameters();
    descriptor: ()[Ljava/lang/reflect/TypeVariable;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.reflect.Invokable$MethodInvokable this
         0: .line 243
            aload 0 /* this */
            getfield com.google.common.reflect.Invokable$MethodInvokable.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getTypeParameters:()[Ljava/lang/reflect/TypeVariable;
            areturn
        end local 0 // com.google.common.reflect.Invokable$MethodInvokable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/reflect/Invokable$MethodInvokable<TT;>;
    Signature: ()[Ljava/lang/reflect/TypeVariable<*>;

  public final boolean isOverridable();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.reflect.Invokable$MethodInvokable this
         0: .line 248
            aload 0 /* this */
            invokevirtual com.google.common.reflect.Invokable$MethodInvokable.isFinal:()Z
            ifne 4
         1: .line 249
            aload 0 /* this */
            invokevirtual com.google.common.reflect.Invokable$MethodInvokable.isPrivate:()Z
            ifne 4
         2: .line 250
            aload 0 /* this */
            invokevirtual com.google.common.reflect.Invokable$MethodInvokable.isStatic:()Z
            ifne 4
         3: .line 251
            aload 0 /* this */
            invokevirtual com.google.common.reflect.Invokable$MethodInvokable.getDeclaringClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isFinal:(I)Z
            ifeq 5
         4: .line 248
      StackMap locals:
      StackMap stack:
            iconst_0
            goto 6
      StackMap locals:
      StackMap stack:
         5: iconst_1
      StackMap locals:
      StackMap stack: int
         6: ireturn
        end local 0 // com.google.common.reflect.Invokable$MethodInvokable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/google/common/reflect/Invokable$MethodInvokable<TT;>;

  public final boolean isVarArgs();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.reflect.Invokable$MethodInvokable this
         0: .line 256
            aload 0 /* this */
            getfield com.google.common.reflect.Invokable$MethodInvokable.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.isVarArgs:()Z
            ireturn
        end local 0 // com.google.common.reflect.Invokable$MethodInvokable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/reflect/Invokable$MethodInvokable<TT;>;
}
Signature: <T:Ljava/lang/Object;>Lcom/google/common/reflect/Invokable<TT;Ljava/lang/Object;>;
SourceFile: "Invokable.java"
NestHost: com.google.common.reflect.Invokable
InnerClasses:
  MethodInvokable = com.google.common.reflect.Invokable$MethodInvokable of com.google.common.reflect.Invokable