class com.oracle.svm.hosted.substitute.ClassDescriptor extends com.oracle.svm.hosted.substitute.PlatformsDescriptor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.hosted.substitute.ClassDescriptor
  super_class: com.oracle.svm.hosted.substitute.PlatformsDescriptor
{
  void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.substitute.ClassDescriptor this
        start local 1 // java.lang.Object data
         0: .line 410
            aload 0 /* this */
            aload 1 /* data */
            invokespecial com.oracle.svm.hosted.substitute.PlatformsDescriptor.<init>:(Ljava/lang/Object;)V
         1: .line 411
            return
        end local 1 // java.lang.Object data
        end local 0 // com.oracle.svm.hosted.substitute.ClassDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/hosted/substitute/ClassDescriptor;
            0    2     1  data  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      data  

  java.lang.String annotatedClass();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.substitute.ClassDescriptor this
         0: .line 414
            aload 0 /* this */
            ldc "annotatedClass"
            aconst_null
            invokevirtual com.oracle.svm.hosted.substitute.ClassDescriptor.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // com.oracle.svm.hosted.substitute.ClassDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/substitute/ClassDescriptor;

  boolean delete();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.substitute.ClassDescriptor this
         0: .line 418
            aload 0 /* this */
            ldc "delete"
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.oracle.svm.hosted.substitute.ClassDescriptor.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 0 // com.oracle.svm.hosted.substitute.ClassDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/substitute/ClassDescriptor;

  boolean substitute();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.substitute.ClassDescriptor this
         0: .line 422
            aload 0 /* this */
            ldc "substitute"
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.oracle.svm.hosted.substitute.ClassDescriptor.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 0 // com.oracle.svm.hosted.substitute.ClassDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/substitute/ClassDescriptor;

  java.util.List<java.lang.Object> methods();
    descriptor: ()Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.substitute.ClassDescriptor this
         0: .line 426
            aload 0 /* this */
            ldc "methods"
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            invokevirtual com.oracle.svm.hosted.substitute.ClassDescriptor.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            areturn
        end local 0 // com.oracle.svm.hosted.substitute.ClassDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/substitute/ClassDescriptor;
    Signature: ()Ljava/util/List<Ljava/lang/Object;>;

  java.util.List<java.lang.Object> fields();
    descriptor: ()Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.substitute.ClassDescriptor this
         0: .line 430
            aload 0 /* this */
            ldc "fields"
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            invokevirtual com.oracle.svm.hosted.substitute.ClassDescriptor.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            areturn
        end local 0 // com.oracle.svm.hosted.substitute.ClassDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/substitute/ClassDescriptor;
    Signature: ()Ljava/util/List<Ljava/lang/Object;>;
}
SourceFile: "DeclarativeSubstitutionProcessor.java"
NestMembers:
  com.oracle.svm.hosted.substitute.ClassDescriptor$TargetClassImpl
InnerClasses:
  TargetClassImpl = com.oracle.svm.hosted.substitute.ClassDescriptor$TargetClassImpl of com.oracle.svm.hosted.substitute.ClassDescriptor
    RuntimeInvisibleAnnotations: 
      org.graalvm.compiler.core.common.SuppressFBWarnings(value = {"UwF"}, justification = "Fields written by GSON using reflection")