public abstract class com.oracle.svm.hosted.c.info.SizableInfo extends com.oracle.svm.hosted.c.info.ElementInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.svm.hosted.c.info.SizableInfo
  super_class: com.oracle.svm.hosted.c.info.ElementInfo
{
  private final com.oracle.svm.hosted.c.info.SizableInfo$ElementKind kind;
    descriptor: Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.svm.hosted.c.info.PropertyInfo<java.lang.Integer> sizeInfo;
    descriptor: Lcom/oracle/svm/hosted/c/info/PropertyInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/oracle/svm/hosted/c/info/PropertyInfo<Ljava/lang/Integer;>;

  private final com.oracle.svm.hosted.c.info.PropertyInfo<com.oracle.svm.hosted.c.info.SizableInfo$SignednessValue> signednessInfo;
    descriptor: Lcom/oracle/svm/hosted/c/info/PropertyInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/oracle/svm/hosted/c/info/PropertyInfo<Lcom/oracle/svm/hosted/c/info/SizableInfo$SignednessValue;>;

  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 29
            ldc Lcom/oracle/svm/hosted/c/info/SizableInfo;
            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.c.info.SizableInfo.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.String, com.oracle.svm.hosted.c.info.SizableInfo$ElementKind);
    descriptor: (Ljava/lang/String;Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.oracle.svm.hosted.c.info.SizableInfo this
        start local 1 // java.lang.String name
        start local 2 // com.oracle.svm.hosted.c.info.SizableInfo$ElementKind kind
         0: .line 81
            aload 0 /* this */
            aload 1 /* name */
            invokespecial com.oracle.svm.hosted.c.info.ElementInfo.<init>:(Ljava/lang/String;)V
         1: .line 82
            aload 0 /* this */
            aload 2 /* kind */
            putfield com.oracle.svm.hosted.c.info.SizableInfo.kind:Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
         2: .line 83
            aload 0 /* this */
            aload 0 /* this */
            new com.oracle.svm.hosted.c.info.PropertyInfo
            dup
            ldc "size"
            invokespecial com.oracle.svm.hosted.c.info.PropertyInfo.<init>:(Ljava/lang/String;)V
            invokevirtual com.oracle.svm.hosted.c.info.SizableInfo.adoptChild:(Lcom/oracle/svm/hosted/c/info/ElementInfo;)Lcom/oracle/svm/hosted/c/info/ElementInfo;
            checkcast com.oracle.svm.hosted.c.info.PropertyInfo
            putfield com.oracle.svm.hosted.c.info.SizableInfo.sizeInfo:Lcom/oracle/svm/hosted/c/info/PropertyInfo;
         3: .line 84
            aload 2 /* kind */
            getstatic com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.INTEGER:Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
            if_acmpne 6
         4: .line 85
            aload 0 /* this */
            aload 0 /* this */
            new com.oracle.svm.hosted.c.info.PropertyInfo
            dup
            ldc "signedness"
            invokespecial com.oracle.svm.hosted.c.info.PropertyInfo.<init>:(Ljava/lang/String;)V
            invokevirtual com.oracle.svm.hosted.c.info.SizableInfo.adoptChild:(Lcom/oracle/svm/hosted/c/info/ElementInfo;)Lcom/oracle/svm/hosted/c/info/ElementInfo;
            checkcast com.oracle.svm.hosted.c.info.PropertyInfo
            putfield com.oracle.svm.hosted.c.info.SizableInfo.signednessInfo:Lcom/oracle/svm/hosted/c/info/PropertyInfo;
         5: .line 86
            goto 7
         6: .line 87
      StackMap locals: com.oracle.svm.hosted.c.info.SizableInfo java.lang.String com.oracle.svm.hosted.c.info.SizableInfo$ElementKind
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.oracle.svm.hosted.c.info.SizableInfo.signednessInfo:Lcom/oracle/svm/hosted/c/info/PropertyInfo;
         7: .line 89
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.oracle.svm.hosted.c.info.SizableInfo$ElementKind kind
        end local 1 // java.lang.String name
        end local 0 // com.oracle.svm.hosted.c.info.SizableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/oracle/svm/hosted/c/info/SizableInfo;
            0    8     1  name  Ljava/lang/String;
            0    8     2  kind  Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
    MethodParameters:
      Name  Flags
      name  
      kind  

  public final com.oracle.svm.hosted.c.info.SizableInfo$ElementKind getKind();
    descriptor: ()Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.SizableInfo this
         0: .line 92
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.SizableInfo.kind:Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
            areturn
        end local 0 // com.oracle.svm.hosted.c.info.SizableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/SizableInfo;

  public final com.oracle.svm.hosted.c.info.PropertyInfo<java.lang.Integer> getSizeInfo();
    descriptor: ()Lcom/oracle/svm/hosted/c/info/PropertyInfo;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.SizableInfo this
         0: .line 96
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.SizableInfo.sizeInfo:Lcom/oracle/svm/hosted/c/info/PropertyInfo;
            areturn
        end local 0 // com.oracle.svm.hosted.c.info.SizableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/SizableInfo;
    Signature: ()Lcom/oracle/svm/hosted/c/info/PropertyInfo<Ljava/lang/Integer;>;

  public final com.oracle.svm.hosted.c.info.PropertyInfo<com.oracle.svm.hosted.c.info.SizableInfo$SignednessValue> getSignednessInfo();
    descriptor: ()Lcom/oracle/svm/hosted/c/info/PropertyInfo;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.SizableInfo this
         0: .line 100
            getstatic com.oracle.svm.hosted.c.info.SizableInfo.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.SizableInfo.signednessInfo:Lcom/oracle/svm/hosted/c/info/PropertyInfo;
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.SizableInfo.signednessInfo:Lcom/oracle/svm/hosted/c/info/PropertyInfo;
            areturn
        end local 0 // com.oracle.svm.hosted.c.info.SizableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/hosted/c/info/SizableInfo;
    Signature: ()Lcom/oracle/svm/hosted/c/info/PropertyInfo<Lcom/oracle/svm/hosted/c/info/SizableInfo$SignednessValue;>;

  public final boolean isUnsigned();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.SizableInfo this
         0: .line 105
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.c.info.SizableInfo.getKind:()Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
            getstatic com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.POINTER:Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
            if_acmpeq 2
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.c.info.SizableInfo.getKind:()Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
            getstatic com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.INTEGER:Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
            if_acmpne 1
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.c.info.SizableInfo.getSignednessInfo:()Lcom/oracle/svm/hosted/c/info/PropertyInfo;
            invokevirtual com.oracle.svm.hosted.c.info.PropertyInfo.getProperty:()Ljava/lang/Object;
            getstatic com.oracle.svm.hosted.c.info.SizableInfo$SignednessValue.UNSIGNED:Lcom/oracle/svm/hosted/c/info/SizableInfo$SignednessValue;
            if_acmpeq 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_1
            ireturn
        end local 0 // com.oracle.svm.hosted.c.info.SizableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/svm/hosted/c/info/SizableInfo;

  public final boolean isObject();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.SizableInfo this
         0: .line 109
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.c.info.SizableInfo.getKind:()Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
            getstatic com.oracle.svm.hosted.c.info.SizableInfo$ElementKind.OBJECT:Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.svm.hosted.c.info.SizableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/hosted/c/info/SizableInfo;
}
SourceFile: "SizableInfo.java"
NestMembers:
  com.oracle.svm.hosted.c.info.SizableInfo$ElementKind  com.oracle.svm.hosted.c.info.SizableInfo$SignednessValue
InnerClasses:
  public final ElementKind = com.oracle.svm.hosted.c.info.SizableInfo$ElementKind of com.oracle.svm.hosted.c.info.SizableInfo
  public final SignednessValue = com.oracle.svm.hosted.c.info.SizableInfo$SignednessValue of com.oracle.svm.hosted.c.info.SizableInfo