public class org.graalvm.compiler.replacements.verifier.GeneratedFoldPlugin extends org.graalvm.compiler.replacements.verifier.GeneratedPlugin
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.replacements.verifier.GeneratedFoldPlugin
super_class: org.graalvm.compiler.replacements.verifier.GeneratedPlugin
{
public void <init>(ExecutableElement);
descriptor: (LExecutableElement;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import javax.annotation cannot be resolved\n\tThe import javax.lang cannot be resolved\n\tThe import javax.lang cannot be resolved\n\tThe import javax.lang cannot be resolved\n\tThe import javax.lang cannot be resolved\n\tThe import javax.lang cannot be resolved\n\tThe import javax.lang cannot be resolved\n\tThe type GeneratedFoldPlugin must implement the inherited abstract method GeneratedPlugin.createExecute(ProcessingEnvironment, PrintWriter)\n\tExecutableElement cannot be resolved to a type\n\tTypeMirror cannot be resolved to a type\n\tProcessingEnvironment cannot be resolved to a type\n\tProcessingEnvironment cannot be resolved to a type\n\tVariableElement cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tModifier cannot be resolved to a variable\n\tExecutableElement cannot be resolved to a type\n\tTypeElement cannot be resolved to a type\n\tTypeElement cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tVariableElement cannot be resolved to a type\n\tType mismatch: cannot convert from element type capture#1-of ? extends VariableElement to VariableElement\n\tDeclaredType cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tVariableElement cannot be resolved to a type\n\tType mismatch: cannot convert from element type capture#2-of ? extends VariableElement to VariableElement\n\tExecutableElement cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tTypeMirror cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tBOOLEAN cannot be resolved to a variable\n\tBYTE cannot be resolved to a variable\n\tSHORT cannot be resolved to a variable\n\tCHAR cannot be resolved to a variable\n\tINT cannot be resolved to a variable\n\tLONG cannot be resolved to a variable\n\tFLOAT cannot be resolved to a variable\n\tDOUBLE cannot be resolved to a variable\n\tARRAY cannot be resolved to a variable\n\tTYPEVAR cannot be resolved to a variable\n\tDECLARED cannot be resolved to a variable\n\tExecutableElement cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/replacements/verifier/GeneratedFoldPlugin;
MethodParameters:
Name Flags
intrinsicMethod
static TypeMirror stringType(ProcessingEnvironment);
descriptor: (LProcessingEnvironment;)LTypeMirror;
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=1, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tTypeMirror cannot be resolved to a type\n\tProcessingEnvironment cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
env
public void extraImports(java.util.Set<java.lang.String>);
descriptor: (Ljava/util/Set;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ldc "jdk.vm.ci.meta.JavaConstant"
invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
pop
1: aload 1
ldc "jdk.vm.ci.meta.JavaKind"
invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
pop
2: aload 1
ldc "org.graalvm.compiler.nodes.ConstantNode"
invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
pop
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/graalvm/compiler/replacements/verifier/GeneratedFoldPlugin;
0 4 1 imports Ljava/util/Set<Ljava/lang/String;>;
Signature: (Ljava/util/Set<Ljava/lang/String;>;)V
MethodParameters:
Name Flags
imports
protected org.graalvm.compiler.replacements.verifier.InjectedDependencies createExecute(ProcessingEnvironment, java.io.PrintWriter);
descriptor: (LProcessingEnvironment;Ljava/io/PrintWriter;)Lorg/graalvm/compiler/replacements/verifier/InjectedDependencies;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tProcessingEnvironment cannot be resolved to a type\n\tVariableElement cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tModifier cannot be resolved to a variable\n\tExecutableElement cannot be resolved to a type\n\tTypeElement cannot be resolved to a type\n\tTypeElement cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tVariableElement cannot be resolved to a type\n\tType mismatch: cannot convert from element type capture#1-of ? extends VariableElement to VariableElement\n\tDeclaredType cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tVariableElement cannot be resolved to a type\n\tType mismatch: cannot convert from element type capture#2-of ? extends VariableElement to VariableElement\n\tExecutableElement cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tTypeMirror cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tBOOLEAN cannot be resolved to a variable\n\tBYTE cannot be resolved to a variable\n\tSHORT cannot be resolved to a variable\n\tCHAR cannot be resolved to a variable\n\tINT cannot be resolved to a variable\n\tLONG cannot be resolved to a variable\n\tFLOAT cannot be resolved to a variable\n\tDOUBLE cannot be resolved to a variable\n\tARRAY cannot be resolved to a variable\n\tTYPEVAR cannot be resolved to a variable\n\tDECLARED cannot be resolved to a variable\n\tExecutableElement cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/replacements/verifier/GeneratedFoldPlugin;
MethodParameters:
Name Flags
env
out
protected org.graalvm.compiler.replacements.verifier.InjectedDependencies createExecute(ProcessingEnvironment, java.io.PrintWriter);
descriptor: (LProcessingEnvironment;Ljava/io/PrintWriter;)Lorg/graalvm/compiler/replacements/verifier/InjectedDependencies;
flags: (0x1004) ACC_PROTECTED, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tThe type GeneratedFoldPlugin must implement the inherited abstract method GeneratedPlugin.createExecute(ProcessingEnvironment, PrintWriter)\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
}
SourceFile: "GeneratedFoldPlugin.java"