public class com.oracle.svm.hosted.c.info.StructBitfieldInfo extends com.oracle.svm.hosted.c.info.ElementInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.hosted.c.info.StructBitfieldInfo
  super_class: com.oracle.svm.hosted.c.info.ElementInfo
{
  private final com.oracle.svm.hosted.c.info.PropertyInfo<java.lang.Integer> byteOffset;
    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<java.lang.Integer> startBit;
    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<java.lang.Integer> endBit;
    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;>;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.c.info.StructBitfieldInfo this
        start local 1 // java.lang.String name
         0: .line 42
            aload 0 /* this */
            aload 1 /* name */
            invokespecial com.oracle.svm.hosted.c.info.ElementInfo.<init>:(Ljava/lang/String;)V
         1: .line 43
            aload 0 /* this */
            aload 0 /* this */
            new com.oracle.svm.hosted.c.info.PropertyInfo
            dup
            ldc "byteOffset"
            invokespecial com.oracle.svm.hosted.c.info.PropertyInfo.<init>:(Ljava/lang/String;)V
            invokevirtual com.oracle.svm.hosted.c.info.StructBitfieldInfo.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.StructBitfieldInfo.byteOffset:Lcom/oracle/svm/hosted/c/info/PropertyInfo;
         2: .line 44
            aload 0 /* this */
            aload 0 /* this */
            new com.oracle.svm.hosted.c.info.PropertyInfo
            dup
            ldc "startBit"
            invokespecial com.oracle.svm.hosted.c.info.PropertyInfo.<init>:(Ljava/lang/String;)V
            invokevirtual com.oracle.svm.hosted.c.info.StructBitfieldInfo.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.StructBitfieldInfo.startBit:Lcom/oracle/svm/hosted/c/info/PropertyInfo;
         3: .line 45
            aload 0 /* this */
            aload 0 /* this */
            new com.oracle.svm.hosted.c.info.PropertyInfo
            dup
            ldc "endBit"
            invokespecial com.oracle.svm.hosted.c.info.PropertyInfo.<init>:(Ljava/lang/String;)V
            invokevirtual com.oracle.svm.hosted.c.info.StructBitfieldInfo.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.StructBitfieldInfo.endBit:Lcom/oracle/svm/hosted/c/info/PropertyInfo;
         4: .line 46
            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.StructBitfieldInfo.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.StructBitfieldInfo.signednessInfo:Lcom/oracle/svm/hosted/c/info/PropertyInfo;
         5: .line 47
            return
        end local 1 // java.lang.String name
        end local 0 // com.oracle.svm.hosted.c.info.StructBitfieldInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/oracle/svm/hosted/c/info/StructBitfieldInfo;
            0    6     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.oracle.svm.hosted.c.info.PropertyInfo<java.lang.Integer> getByteOffsetInfo();
    descriptor: ()Lcom/oracle/svm/hosted/c/info/PropertyInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.StructBitfieldInfo this
         0: .line 50
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.StructBitfieldInfo.byteOffset:Lcom/oracle/svm/hosted/c/info/PropertyInfo;
            areturn
        end local 0 // com.oracle.svm.hosted.c.info.StructBitfieldInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/StructBitfieldInfo;
    Signature: ()Lcom/oracle/svm/hosted/c/info/PropertyInfo<Ljava/lang/Integer;>;

  public com.oracle.svm.hosted.c.info.PropertyInfo<java.lang.Integer> getStartBitInfo();
    descriptor: ()Lcom/oracle/svm/hosted/c/info/PropertyInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.StructBitfieldInfo this
         0: .line 54
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.StructBitfieldInfo.startBit:Lcom/oracle/svm/hosted/c/info/PropertyInfo;
            areturn
        end local 0 // com.oracle.svm.hosted.c.info.StructBitfieldInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/StructBitfieldInfo;
    Signature: ()Lcom/oracle/svm/hosted/c/info/PropertyInfo<Ljava/lang/Integer;>;

  public com.oracle.svm.hosted.c.info.PropertyInfo<java.lang.Integer> getEndBitInfo();
    descriptor: ()Lcom/oracle/svm/hosted/c/info/PropertyInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.StructBitfieldInfo this
         0: .line 58
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.StructBitfieldInfo.endBit:Lcom/oracle/svm/hosted/c/info/PropertyInfo;
            areturn
        end local 0 // com.oracle.svm.hosted.c.info.StructBitfieldInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/StructBitfieldInfo;
    Signature: ()Lcom/oracle/svm/hosted/c/info/PropertyInfo<Ljava/lang/Integer;>;

  public 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: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.StructBitfieldInfo this
         0: .line 62
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.StructBitfieldInfo.signednessInfo:Lcom/oracle/svm/hosted/c/info/PropertyInfo;
            areturn
        end local 0 // com.oracle.svm.hosted.c.info.StructBitfieldInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/StructBitfieldInfo;
    Signature: ()Lcom/oracle/svm/hosted/c/info/PropertyInfo<Lcom/oracle/svm/hosted/c/info/SizableInfo$SignednessValue;>;

  public void accept(com.oracle.svm.hosted.c.info.InfoTreeVisitor);
    descriptor: (Lcom/oracle/svm/hosted/c/info/InfoTreeVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.c.info.StructBitfieldInfo this
        start local 1 // com.oracle.svm.hosted.c.info.InfoTreeVisitor visitor
         0: .line 67
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.c.info.InfoTreeVisitor.visitStructBitfieldInfo:(Lcom/oracle/svm/hosted/c/info/StructBitfieldInfo;)V
         1: .line 68
            return
        end local 1 // com.oracle.svm.hosted.c.info.InfoTreeVisitor visitor
        end local 0 // com.oracle.svm.hosted.c.info.StructBitfieldInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/svm/hosted/c/info/StructBitfieldInfo;
            0    2     1  visitor  Lcom/oracle/svm/hosted/c/info/InfoTreeVisitor;
    MethodParameters:
         Name  Flags
      visitor  

  public java.lang.Object getAnnotatedElement();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.StructBitfieldInfo this
         0: .line 73
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.c.info.StructBitfieldInfo.getChildren:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 4
      StackMap locals: com.oracle.svm.hosted.c.info.StructBitfieldInfo top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.svm.hosted.c.info.ElementInfo
            astore 1 /* child */
        start local 1 // com.oracle.svm.hosted.c.info.ElementInfo child
         2: .line 74
            aload 1 /* child */
            instanceof com.oracle.svm.hosted.c.info.AccessorInfo
            ifeq 4
         3: .line 75
            aload 1 /* child */
            invokevirtual com.oracle.svm.hosted.c.info.ElementInfo.getAnnotatedElement:()Ljava/lang/Object;
            areturn
        end local 1 // com.oracle.svm.hosted.c.info.ElementInfo child
         4: .line 73
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 78
            ldc "must have at least one accessor method that defined the field"
            invokestatic com.oracle.svm.core.util.VMError.shouldNotReachHere:(Ljava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        end local 0 // com.oracle.svm.hosted.c.info.StructBitfieldInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/oracle/svm/hosted/c/info/StructBitfieldInfo;
            2    4     1  child  Lcom/oracle/svm/hosted/c/info/ElementInfo;

  public boolean isUnsigned();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.StructBitfieldInfo this
         0: .line 82
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.c.info.StructBitfieldInfo.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_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.svm.hosted.c.info.StructBitfieldInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/hosted/c/info/StructBitfieldInfo;
}
SourceFile: "StructBitfieldInfo.java"
InnerClasses:
  public final SignednessValue = com.oracle.svm.hosted.c.info.SizableInfo$SignednessValue of com.oracle.svm.hosted.c.info.SizableInfo