class com.oracle.svm.hosted.NativeImageGenerator$SubstitutionInvocationPlugins extends org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.hosted.NativeImageGenerator$SubstitutionInvocationPlugins
  super_class: org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins
{
  private com.oracle.svm.hosted.substitute.AnnotationSubstitutionProcessor annotationSubstitutionProcessor;
    descriptor: Lcom/oracle/svm/hosted/substitute/AnnotationSubstitutionProcessor;
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.oracle.svm.hosted.substitute.AnnotationSubstitutionProcessor);
    descriptor: (Lcom/oracle/svm/hosted/substitute/AnnotationSubstitutionProcessor;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.NativeImageGenerator$SubstitutionInvocationPlugins this
        start local 1 // com.oracle.svm.hosted.substitute.AnnotationSubstitutionProcessor annotationSubstitutionProcessor
         0: .line 1121
            aload 0 /* this */
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.<init>:()V
         1: .line 1122
            aload 0 /* this */
            aload 1 /* annotationSubstitutionProcessor */
            putfield com.oracle.svm.hosted.NativeImageGenerator$SubstitutionInvocationPlugins.annotationSubstitutionProcessor:Lcom/oracle/svm/hosted/substitute/AnnotationSubstitutionProcessor;
         2: .line 1123
            return
        end local 1 // com.oracle.svm.hosted.substitute.AnnotationSubstitutionProcessor annotationSubstitutionProcessor
        end local 0 // com.oracle.svm.hosted.NativeImageGenerator$SubstitutionInvocationPlugins this
      LocalVariableTable:
        Start  End  Slot                             Name  Signature
            0    3     0                             this  Lcom/oracle/svm/hosted/NativeImageGenerator$SubstitutionInvocationPlugins;
            0    3     1  annotationSubstitutionProcessor  Lcom/oracle/svm/hosted/substitute/AnnotationSubstitutionProcessor;
    MethodParameters:
                                 Name  Flags
      annotationSubstitutionProcessor  

  protected void register(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin, boolean, boolean, java.lang.reflect.Type, java.lang.String, java.lang.reflect.Type[]);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;ZZLjava/lang/reflect/Type;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
    flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
    Code:
      stack=7, locals=8, args_size=7
        start local 0 // com.oracle.svm.hosted.NativeImageGenerator$SubstitutionInvocationPlugins this
        start local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin plugin
        start local 2 // boolean isOptional
        start local 3 // boolean allowOverwrite
        start local 4 // java.lang.reflect.Type declaringClass
        start local 5 // java.lang.String name
        start local 6 // java.lang.reflect.Type[] argumentTypes
         0: .line 1128
            aload 4 /* declaringClass */
            instanceof java.lang.Class
            ifeq 3
         1: .line 1129
            aload 0 /* this */
            getfield com.oracle.svm.hosted.NativeImageGenerator$SubstitutionInvocationPlugins.annotationSubstitutionProcessor:Lcom/oracle/svm/hosted/substitute/AnnotationSubstitutionProcessor;
            aload 4 /* declaringClass */
            checkcast java.lang.Class
            invokevirtual com.oracle.svm.hosted.substitute.AnnotationSubstitutionProcessor.getTargetClass:(Ljava/lang/Class;)Ljava/lang/Class;
            astore 7 /* targetClass */
        start local 7 // java.lang.reflect.Type targetClass
         2: .line 1130
            goto 4
        end local 7 // java.lang.reflect.Type targetClass
         3: .line 1131
      StackMap locals:
      StackMap stack:
            aload 4 /* declaringClass */
            astore 7 /* targetClass */
        start local 7 // java.lang.reflect.Type targetClass
         4: .line 1133
      StackMap locals: java.lang.reflect.Type
      StackMap stack:
            aload 0 /* this */
            aload 1 /* plugin */
            iload 2 /* isOptional */
            iload 3 /* allowOverwrite */
            aload 7 /* targetClass */
            aload 5 /* name */
            aload 6 /* argumentTypes */
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins.register:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;ZZLjava/lang/reflect/Type;Ljava/lang/String;[Ljava/lang/reflect/Type;)V
         5: .line 1134
            return
        end local 7 // java.lang.reflect.Type targetClass
        end local 6 // java.lang.reflect.Type[] argumentTypes
        end local 5 // java.lang.String name
        end local 4 // java.lang.reflect.Type declaringClass
        end local 3 // boolean allowOverwrite
        end local 2 // boolean isOptional
        end local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin plugin
        end local 0 // com.oracle.svm.hosted.NativeImageGenerator$SubstitutionInvocationPlugins this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lcom/oracle/svm/hosted/NativeImageGenerator$SubstitutionInvocationPlugins;
            0    6     1          plugin  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;
            0    6     2      isOptional  Z
            0    6     3  allowOverwrite  Z
            0    6     4  declaringClass  Ljava/lang/reflect/Type;
            0    6     5            name  Ljava/lang/String;
            0    6     6   argumentTypes  [Ljava/lang/reflect/Type;
            2    3     7     targetClass  Ljava/lang/reflect/Type;
            4    6     7     targetClass  Ljava/lang/reflect/Type;
    MethodParameters:
                Name  Flags
      plugin          
      isOptional      
      allowOverwrite  
      declaringClass  
      name            
      argumentTypes   
}
SourceFile: "NativeImageGenerator.java"
NestHost: com.oracle.svm.hosted.NativeImageGenerator
InnerClasses:
  SubstitutionInvocationPlugins = com.oracle.svm.hosted.NativeImageGenerator$SubstitutionInvocationPlugins of com.oracle.svm.hosted.NativeImageGenerator
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.Platforms(value = {Lorg/graalvm/nativeimage/Platform$HOSTED_ONLY;})