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: 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 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial com.oracle.svm.hosted.c.info.SizableInfo.<init>:(Ljava/lang/String;Lcom/oracle/svm/hosted/c/info/SizableInfo$ElementKind;)V
1: aload 0
aload 0
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: return
end local 2 end local 1 end local 0 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 0: aload 0
getfield com.oracle.svm.hosted.c.info.StructFieldInfo.offset:Lcom/oracle/svm/hosted/c/info/PropertyInfo;
areturn
end local 0 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 0: aload 0
iconst_0
invokevirtual com.oracle.svm.hosted.c.info.StructFieldInfo.getAccessorInfo:(Z)Lcom/oracle/svm/hosted/c/info/AccessorInfo;
areturn
end local 0 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 0: aload 0
iconst_1
invokevirtual com.oracle.svm.hosted.c.info.StructFieldInfo.getAccessorInfo:(Z)Lcom/oracle/svm/hosted/c/info/AccessorInfo;
areturn
end local 0 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 start local 1 0: aload 0
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
start local 2 2: aload 2
instanceof com.oracle.svm.hosted.c.info.AccessorInfo
ifeq 8
3: iload 1
ifeq 7
4: aload 2
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
start local 4 5: aload 4
getstatic com.oracle.svm.hosted.c.info.AccessorInfo$AccessorKind.GETTER:Lcom/oracle/svm/hosted/c/info/AccessorInfo$AccessorKind;
if_acmpeq 7
aload 4
getstatic com.oracle.svm.hosted.c.info.AccessorInfo$AccessorKind.SETTER:Lcom/oracle/svm/hosted/c/info/AccessorInfo$AccessorKind;
if_acmpeq 7
6: goto 8
end local 4 7: StackMap locals: com.oracle.svm.hosted.c.info.StructFieldInfo int com.oracle.svm.hosted.c.info.ElementInfo java.util.Iterator
StackMap stack:
aload 2
checkcast com.oracle.svm.hosted.c.info.AccessorInfo
areturn
end local 2 8: 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: 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
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 end local 0 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 start local 1 0: aload 1
aload 0
invokevirtual com.oracle.svm.hosted.c.info.InfoTreeVisitor.visitStructFieldInfo:(Lcom/oracle/svm/hosted/c/info/StructFieldInfo;)V
1: return
end local 1 end local 0 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 0: aload 0
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
start local 1 2: aload 1
instanceof com.oracle.svm.hosted.c.info.AccessorInfo
ifeq 4
3: aload 1
invokevirtual com.oracle.svm.hosted.c.info.ElementInfo.getAnnotatedElement:()Ljava/lang/Object;
areturn
end local 1 4: StackMap locals:
StackMap stack:
aload 2
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
5: 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 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 0: aload 0
getfield com.oracle.svm.hosted.c.info.StructFieldInfo.locationIdentity:Lorg/graalvm/word/LocationIdentity;
areturn
end local 0 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 start local 1 0: getstatic com.oracle.svm.hosted.c.info.StructFieldInfo.$assertionsDisabled:Z
ifne 1
aload 0
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: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield com.oracle.svm.hosted.c.info.StructFieldInfo.locationIdentity:Lorg/graalvm/word/LocationIdentity;
2: return
end local 1 end local 0 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