public class com.oracle.svm.hosted.c.info.PropertyInfo<T> 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.PropertyInfo
super_class: com.oracle.svm.hosted.c.info.ElementInfo
{
private T value;
descriptor: Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
Signature: TT;
public void <init>(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, 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: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/svm/hosted/c/info/PropertyInfo<TT;>;
0 2 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name
public T getProperty();
descriptor: ()Ljava/lang/Object;
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.PropertyInfo.value:Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/c/info/PropertyInfo<TT;>;
Signature: ()TT;
public void setProperty();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.oracle.svm.hosted.c.info.PropertyInfo.value:Ljava/lang/Object;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/svm/hosted/c/info/PropertyInfo<TT;>;
0 2 1 value TT;
Signature: (TT;)V
MethodParameters:
Name Flags
value
public java.lang.Object getAnnotatedElement();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.oracle.svm.hosted.c.info.PropertyInfo.getParent:()Lcom/oracle/svm/hosted/c/info/ElementInfo;
invokevirtual com.oracle.svm.hosted.c.info.ElementInfo.getAnnotatedElement:()Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/c/info/PropertyInfo<TT;>;
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.visitElementPropertyInfo:(Lcom/oracle/svm/hosted/c/info/PropertyInfo;)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/PropertyInfo<TT;>;
0 2 1 visitor Lcom/oracle/svm/hosted/c/info/InfoTreeVisitor;
MethodParameters:
Name Flags
visitor
}
Signature: <T:Ljava/lang/Object;>Lcom/oracle/svm/hosted/c/info/ElementInfo;
SourceFile: "PropertyInfo.java"