public class com.oracle.svm.hosted.meta.HostedInterface extends com.oracle.svm.hosted.meta.HostedType
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.hosted.meta.HostedInterface
  super_class: com.oracle.svm.hosted.meta.HostedType
{
  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 37
            ldc Lcom/oracle/svm/hosted/meta/HostedInterface;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.svm.hosted.meta.HostedInterface.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(com.oracle.svm.hosted.meta.HostedUniverse, com.oracle.graal.pointsto.meta.AnalysisType, jdk.vm.ci.meta.JavaKind, jdk.vm.ci.meta.JavaKind, com.oracle.svm.hosted.meta.HostedInterface[]);
    descriptor: (Lcom/oracle/svm/hosted/meta/HostedUniverse;Lcom/oracle/graal/pointsto/meta/AnalysisType;Ljdk/vm/ci/meta/JavaKind;Ljdk/vm/ci/meta/JavaKind;[Lcom/oracle/svm/hosted/meta/HostedInterface;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // com.oracle.svm.hosted.meta.HostedInterface this
        start local 1 // com.oracle.svm.hosted.meta.HostedUniverse universe
        start local 2 // com.oracle.graal.pointsto.meta.AnalysisType wrapped
        start local 3 // jdk.vm.ci.meta.JavaKind kind
        start local 4 // jdk.vm.ci.meta.JavaKind storageKind
        start local 5 // com.oracle.svm.hosted.meta.HostedInterface[] interfaces
         0: .line 40
            aload 0 /* this */
            aload 1 /* universe */
            aload 2 /* wrapped */
            aload 3 /* kind */
            aload 4 /* storageKind */
            aconst_null
            aload 5 /* interfaces */
            iconst_0
            invokespecial com.oracle.svm.hosted.meta.HostedType.<init>:(Lcom/oracle/svm/hosted/meta/HostedUniverse;Lcom/oracle/graal/pointsto/meta/AnalysisType;Ljdk/vm/ci/meta/JavaKind;Ljdk/vm/ci/meta/JavaKind;Lcom/oracle/svm/hosted/meta/HostedClass;[Lcom/oracle/svm/hosted/meta/HostedInterface;Z)V
         1: .line 41
            return
        end local 5 // com.oracle.svm.hosted.meta.HostedInterface[] interfaces
        end local 4 // jdk.vm.ci.meta.JavaKind storageKind
        end local 3 // jdk.vm.ci.meta.JavaKind kind
        end local 2 // com.oracle.graal.pointsto.meta.AnalysisType wrapped
        end local 1 // com.oracle.svm.hosted.meta.HostedUniverse universe
        end local 0 // com.oracle.svm.hosted.meta.HostedInterface this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/oracle/svm/hosted/meta/HostedInterface;
            0    2     1     universe  Lcom/oracle/svm/hosted/meta/HostedUniverse;
            0    2     2      wrapped  Lcom/oracle/graal/pointsto/meta/AnalysisType;
            0    2     3         kind  Ljdk/vm/ci/meta/JavaKind;
            0    2     4  storageKind  Ljdk/vm/ci/meta/JavaKind;
            0    2     5   interfaces  [Lcom/oracle/svm/hosted/meta/HostedInterface;
    MethodParameters:
             Name  Flags
      universe     
      wrapped      
      kind         
      storageKind  
      interfaces   

  public boolean isInterface();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.meta.HostedInterface this
         0: .line 45
            getstatic com.oracle.svm.hosted.meta.HostedInterface.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.svm.hosted.meta.HostedInterface.wrapped:Lcom/oracle/graal/pointsto/meta/AnalysisType;
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisType.isInterface:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 46
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // com.oracle.svm.hosted.meta.HostedInterface this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/hosted/meta/HostedInterface;

  public boolean isInstanceClass();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.meta.HostedInterface this
         0: .line 51
            getstatic com.oracle.svm.hosted.meta.HostedInterface.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.svm.hosted.meta.HostedInterface.wrapped:Lcom/oracle/graal/pointsto/meta/AnalysisType;
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisType.isInstanceClass:()Z
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 52
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.oracle.svm.hosted.meta.HostedInterface this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/hosted/meta/HostedInterface;

  public boolean isArray();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.meta.HostedInterface this
         0: .line 57
            getstatic com.oracle.svm.hosted.meta.HostedInterface.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.svm.hosted.meta.HostedInterface.wrapped:Lcom/oracle/graal/pointsto/meta/AnalysisType;
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisType.isArray:()Z
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 58
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.oracle.svm.hosted.meta.HostedInterface this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/hosted/meta/HostedInterface;

  public boolean isPrimitive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.meta.HostedInterface this
         0: .line 63
            getstatic com.oracle.svm.hosted.meta.HostedInterface.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.svm.hosted.meta.HostedInterface.wrapped:Lcom/oracle/graal/pointsto/meta/AnalysisType;
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisType.isPrimitive:()Z
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 64
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.oracle.svm.hosted.meta.HostedInterface this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/hosted/meta/HostedInterface;

  public boolean isEnum();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.meta.HostedInterface this
         0: .line 69
            getstatic com.oracle.svm.hosted.meta.HostedInterface.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.svm.hosted.meta.HostedInterface.wrapped:Lcom/oracle/graal/pointsto/meta/AnalysisType;
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisType.isEnum:()Z
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 70
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.oracle.svm.hosted.meta.HostedInterface this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/hosted/meta/HostedInterface;

  public final com.oracle.svm.hosted.meta.HostedType getComponentType();
    descriptor: ()Lcom/oracle/svm/hosted/meta/HostedType;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.meta.HostedInterface this
         0: .line 75
            aconst_null
            areturn
        end local 0 // com.oracle.svm.hosted.meta.HostedInterface this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/meta/HostedInterface;

  public com.oracle.svm.hosted.meta.HostedType getBaseType();
    descriptor: ()Lcom/oracle/svm/hosted/meta/HostedType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.meta.HostedInterface this
         0: .line 80
            aload 0 /* this */
            areturn
        end local 0 // com.oracle.svm.hosted.meta.HostedInterface this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/meta/HostedInterface;

  public int getArrayDimension();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.meta.HostedInterface this
         0: .line 85
            iconst_0
            ireturn
        end local 0 // com.oracle.svm.hosted.meta.HostedInterface this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/meta/HostedInterface;

  public com.oracle.svm.hosted.meta.HostedField[] getInstanceFields(boolean);
    descriptor: (Z)[Lcom/oracle/svm/hosted/meta/HostedField;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.meta.HostedInterface this
        start local 1 // boolean includeSuperclasses
         0: .line 90
            iconst_0
            anewarray com.oracle.svm.hosted.meta.HostedField
            areturn
        end local 1 // boolean includeSuperclasses
        end local 0 // com.oracle.svm.hosted.meta.HostedInterface this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lcom/oracle/svm/hosted/meta/HostedInterface;
            0    1     1  includeSuperclasses  Z
    MethodParameters:
                     Name  Flags
      includeSuperclasses  

  public jdk.vm.ci.meta.JavaType getComponentType();
    descriptor: ()Ljdk/vm/ci/meta/JavaType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.oracle.svm.hosted.meta.HostedInterface.getComponentType:()Lcom/oracle/svm/hosted/meta/HostedType;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public jdk.vm.ci.meta.ResolvedJavaType getComponentType();
    descriptor: ()Ljdk/vm/ci/meta/ResolvedJavaType;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.oracle.svm.hosted.meta.HostedInterface.getComponentType:()Lcom/oracle/svm/hosted/meta/HostedType;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public jdk.vm.ci.meta.ResolvedJavaField[] getInstanceFields(boolean);
    descriptor: (Z)[Ljdk/vm/ci/meta/ResolvedJavaField;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.oracle.svm.hosted.meta.HostedInterface.getInstanceFields:(Z)[Lcom/oracle/svm/hosted/meta/HostedField;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "HostedInterface.java"