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 start local 1 0: aload 0
aload 1
invokespecial com.oracle.svm.hosted.c.info.ElementInfo.<init>:(Ljava/lang/String;)V
1: aload 0
aload 0
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: aload 0
aload 0
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: aload 0
aload 0
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: aload 0
aload 0
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: return
end local 1 end local 0 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 0: aload 0
getfield com.oracle.svm.hosted.c.info.StructBitfieldInfo.byteOffset: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/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 0: aload 0
getfield com.oracle.svm.hosted.c.info.StructBitfieldInfo.startBit: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/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 0: aload 0
getfield com.oracle.svm.hosted.c.info.StructBitfieldInfo.endBit: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/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 0: aload 0
getfield com.oracle.svm.hosted.c.info.StructBitfieldInfo.signednessInfo: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/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 start local 1 0: aload 1
aload 0
invokevirtual com.oracle.svm.hosted.c.info.InfoTreeVisitor.visitStructBitfieldInfo:(Lcom/oracle/svm/hosted/c/info/StructBitfieldInfo;)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/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 0: aload 0
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
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/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 0: aload 0
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 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