class com.oracle.svm.hosted.substitute.ElementDescriptor extends com.oracle.svm.hosted.substitute.PlatformsDescriptor
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.oracle.svm.hosted.substitute.ElementDescriptor
super_class: com.oracle.svm.hosted.substitute.PlatformsDescriptor
{
void <init>(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.oracle.svm.hosted.substitute.PlatformsDescriptor.<init>:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/svm/hosted/substitute/ElementDescriptor;
0 2 1 data Ljava/lang/Object;
MethodParameters:
Name Flags
data
java.lang.String annotatedName();
descriptor: ()Ljava/lang/String;
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
ldc "annotatedName"
aconst_null
invokevirtual com.oracle.svm.hosted.substitute.ElementDescriptor.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.String
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/substitute/ElementDescriptor;
}
SourceFile: "DeclarativeSubstitutionProcessor.java"
NestMembers:
com.oracle.svm.hosted.substitute.ElementDescriptor$TargetElementImpl
InnerClasses:
TargetElementImpl = com.oracle.svm.hosted.substitute.ElementDescriptor$TargetElementImpl of com.oracle.svm.hosted.substitute.ElementDescriptor
RuntimeInvisibleAnnotations:
org.graalvm.compiler.core.common.SuppressFBWarnings(value = {"UwF"}, justification = "Fields written by GSON using reflection")