public class com.oracle.svm.hosted.c.info.StructFieldInfo extends com.oracle.svm.hosted.c.info.SizableInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.hosted.c.info.StructFieldInfo
  super_class: com.oracle.svm.hosted.c.info.SizableInfo
{
  private final com.oracle.svm.hosted.c.info.PropertyInfo<java.lang.Integer> offset;
    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 org.graalvm.word.LocationIdentity locationIdentity;
    descriptor: Lorg/graalvm/word/LocationIdentity;
    flags: (0x0002) ACC_PRIVATE

  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 34
            ldc Lcom/oracle/svm/hosted/c/info/StructFieldInfo;
            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.StructFieldInfo.$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.StructFieldInfo this
        start local 1 // java.lang.String name
        start local 2 // com.oracle.svm.hosted.c.info.SizableInfo$ElementKind kind
         0: .line 40
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* kind */
            invokespecial com.oracle.svm.hosted.c.info.SizableInfo.<init>:(Ljava/lang/String;Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;)V
         1: .line 41
            aload 0 /* this */
            aload 0 /* this */
            new com.oracle.svm.hosted.c.info.PropertyInfo
            dup
            ldc "offset"
            invokespecial com.oracle.svm.hosted.c.info.PropertyInfo.<init>:(Ljava/lang/String;)V
            invokevirtual com.oracle.svm.hosted.c.info.StructFieldInfo.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.StructFieldInfo.offset:Lcom/oracle/svm/hosted/c/info/PropertyInfo;
         2: .line 42
            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.StructFieldInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/svm/hosted/c/info/StructFieldInfo;
            0    3     1  name  Ljava/lang/String;
            0    3     2  kind  Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;
    MethodParameters:
      Name  Flags
      name  
      kind  

  public com.oracle.svm.hosted.c.info.PropertyInfo<java.lang.Integer> getOffsetInfo();
    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.StructFieldInfo this
         0: .line 45
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.StructFieldInfo.offset:Lcom/oracle/svm/hosted/c/info/PropertyInfo;
            areturn
        end local 0 // com.oracle.svm.hosted.c.info.StructFieldInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/StructFieldInfo;
    Signature: ()Lcom/oracle/svm/hosted/c/info/PropertyInfo<Ljava/lang/Integer;>;

  public com.oracle.svm.hosted.c.info.AccessorInfo getAnyAccessorInfo();
    descriptor: ()Lcom/oracle/svm/hosted/c/info/AccessorInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.StructFieldInfo this
         0: .line 49
            aload 0 /* this */
            iconst_0
            invokevirtual com.oracle.svm.hosted.c.info.StructFieldInfo.getAccessorInfo:(Z)Lcom/oracle/svm/hosted/c/info/AccessorInfo;
            areturn
        end local 0 // com.oracle.svm.hosted.c.info.StructFieldInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/StructFieldInfo;

  public com.oracle.svm.hosted.c.info.AccessorInfo getAccessorInfoWithSize();
    descriptor: ()Lcom/oracle/svm/hosted/c/info/AccessorInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.StructFieldInfo this
         0: .line 53
            aload 0 /* this */
            iconst_1
            invokevirtual com.oracle.svm.hosted.c.info.StructFieldInfo.getAccessorInfo:(Z)Lcom/oracle/svm/hosted/c/info/AccessorInfo;
            areturn
        end local 0 // com.oracle.svm.hosted.c.info.StructFieldInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/StructFieldInfo;

  private com.oracle.svm.hosted.c.info.AccessorInfo getAccessorInfo(boolean);
    descriptor: (Z)Lcom/oracle/svm/hosted/c/info/AccessorInfo;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.oracle.svm.hosted.c.info.StructFieldInfo this
        start local 1 // boolean withSize
         0: .line 57
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.c.info.StructFieldInfo.getChildren:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 8
      StackMap locals: com.oracle.svm.hosted.c.info.StructFieldInfo int top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.svm.hosted.c.info.ElementInfo
            astore 2 /* child */
        start local 2 // com.oracle.svm.hosted.c.info.ElementInfo child
         2: .line 58
            aload 2 /* child */
            instanceof com.oracle.svm.hosted.c.info.AccessorInfo
            ifeq 8
         3: .line 59
            iload 1 /* withSize */
            ifeq 7
         4: .line 60
            aload 2 /* child */
            checkcast com.oracle.svm.hosted.c.info.AccessorInfo
            invokevirtual com.oracle.svm.hosted.c.info.AccessorInfo.getAccessorKind:()Lcom/oracle/svm/hosted/c/info/AccessorInfo$AccessorKind;
            astore 4 /* kind */
        start local 4 // com.oracle.svm.hosted.c.info.AccessorInfo$AccessorKind kind
         5: .line 61
            aload 4 /* kind */
            getstatic com.oracle.svm.hosted.c.info.AccessorInfo$AccessorKind.GETTER:Lcom/oracle/svm/hosted/c/info/AccessorInfo$AccessorKind;
            if_acmpeq 7
            aload 4 /* kind */
            getstatic com.oracle.svm.hosted.c.info.AccessorInfo$AccessorKind.SETTER:Lcom/oracle/svm/hosted/c/info/AccessorInfo$AccessorKind;
            if_acmpeq 7
         6: .line 62
            goto 8
        end local 4 // com.oracle.svm.hosted.c.info.AccessorInfo$AccessorKind kind
         7: .line 65
      StackMap locals: com.oracle.svm.hosted.c.info.StructFieldInfo int com.oracle.svm.hosted.c.info.ElementInfo java.util.Iterator
      StackMap stack:
            aload 2 /* child */
            checkcast com.oracle.svm.hosted.c.info.AccessorInfo
            areturn
        end local 2 // com.oracle.svm.hosted.c.info.ElementInfo child
         8: .line 57
      StackMap locals: com.oracle.svm.hosted.c.info.StructFieldInfo int top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         9: .line 69
            new java.lang.StringBuilder
            dup
            ldc "must have at least one accessor method that defines the field with a type for: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic com.oracle.svm.core.util.VMError.shouldNotReachHere:(Ljava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        end local 1 // boolean withSize
        end local 0 // com.oracle.svm.hosted.c.info.StructFieldInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lcom/oracle/svm/hosted/c/info/StructFieldInfo;
            0   10     1  withSize  Z
            2    8     2     child  Lcom/oracle/svm/hosted/c/info/ElementInfo;
            5    7     4      kind  Lcom/oracle/svm/hosted/c/info/AccessorInfo$AccessorKind;
    MethodParameters:
          Name  Flags
      withSize  

  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.StructFieldInfo this
        start local 1 // com.oracle.svm.hosted.c.info.InfoTreeVisitor visitor
         0: .line 74
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.c.info.InfoTreeVisitor.visitStructFieldInfo:(Lcom/oracle/svm/hosted/c/info/StructFieldInfo;)V
         1: .line 75
            return
        end local 1 // com.oracle.svm.hosted.c.info.InfoTreeVisitor visitor
        end local 0 // com.oracle.svm.hosted.c.info.StructFieldInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/svm/hosted/c/info/StructFieldInfo;
            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.StructFieldInfo this
         0: .line 80
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.c.info.StructFieldInfo.getChildren:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 4
      StackMap locals: com.oracle.svm.hosted.c.info.StructFieldInfo 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 81
            aload 1 /* child */
            instanceof com.oracle.svm.hosted.c.info.AccessorInfo
            ifeq 4
         3: .line 82
            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 80
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 85
            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.StructFieldInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/oracle/svm/hosted/c/info/StructFieldInfo;
            2    4     1  child  Lcom/oracle/svm/hosted/c/info/ElementInfo;

  public org.graalvm.word.LocationIdentity getLocationIdentity();
    descriptor: ()Lorg/graalvm/word/LocationIdentity;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.StructFieldInfo this
         0: .line 89
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.StructFieldInfo.locationIdentity:Lorg/graalvm/word/LocationIdentity;
            areturn
        end local 0 // com.oracle.svm.hosted.c.info.StructFieldInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/StructFieldInfo;

  public void setLocationIdentity(org.graalvm.word.LocationIdentity);
    descriptor: (Lorg/graalvm/word/LocationIdentity;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.c.info.StructFieldInfo this
        start local 1 // org.graalvm.word.LocationIdentity locationIdentity
         0: .line 93
            getstatic com.oracle.svm.hosted.c.info.StructFieldInfo.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.StructFieldInfo.locationIdentity:Lorg/graalvm/word/LocationIdentity;
            ifnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* locationIdentity */
            putfield com.oracle.svm.hosted.c.info.StructFieldInfo.locationIdentity:Lorg/graalvm/word/LocationIdentity;
         2: .line 95
            return
        end local 1 // org.graalvm.word.LocationIdentity locationIdentity
        end local 0 // com.oracle.svm.hosted.c.info.StructFieldInfo this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lcom/oracle/svm/hosted/c/info/StructFieldInfo;
            0    3     1  locationIdentity  Lorg/graalvm/word/LocationIdentity;
    MethodParameters:
                  Name  Flags
      locationIdentity  
}
SourceFile: "StructFieldInfo.java"
InnerClasses:
  public final AccessorKind = com.oracle.svm.hosted.c.info.AccessorInfo$AccessorKind of com.oracle.svm.hosted.c.info.AccessorInfo
  public final ElementKind = com.oracle.svm.hosted.c.info.SizableInfo$ElementKind of com.oracle.svm.hosted.c.info.SizableInfo