abstract class org.graalvm.compiler.replacements.processor.InjectedDependencies$DependencyImpl implements org.graalvm.compiler.replacements.processor.InjectedDependencies$Dependency
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: org.graalvm.compiler.replacements.processor.InjectedDependencies$DependencyImpl
super_class: java.lang.Object
{
private final java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.String type;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private void <init>(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \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\tExecutableElement cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tThe type InjectedDependencies.InjectedDependency must implement the inherited abstract method InjectedDependencies.DependencyImpl.getExpression(AbstractProcessor, ExecutableElement)\n\tThe type InjectedDependencies.InjectedDependency must implement the inherited abstract method InjectedDependencies.Dependency.getExpression(AbstractProcessor, ExecutableElement)\n\tThe type InjectedDependencies.InjectedDependency must implement the inherited abstract method InjectedDependencies.Dependency.getName(AbstractProcessor, ExecutableElement)\n\tExecutableElement cannot be resolved to a type\n\tThe type InjectedDependencies.InjectedStampDependency must implement the inherited abstract method InjectedDependencies.DependencyImpl.getExpression(AbstractProcessor, ExecutableElement)\n\tThe type InjectedDependencies.InjectedStampDependency must implement the inherited abstract method InjectedDependencies.Dependency.getExpression(AbstractProcessor, ExecutableElement)\n\tThe type InjectedDependencies.InjectedStampDependency must implement the inherited abstract method InjectedDependencies.Dependency.getName(AbstractProcessor, ExecutableElement)\n\tExecutableElement cannot be resolved to a type\n\tAnnotationMirror cannot be resolved to a type\n\tThe method getType(String) from the type AbstractProcessor refers to the missing type TypeMirror\n\tThe type InjectedDependencies.WellKnownDependency must implement the inherited abstract method InjectedDependencies.Dependency.getExpression(AbstractProcessor, ExecutableElement)\n\tThe type InjectedDependencies.WellKnownDependency must implement the inherited abstract method InjectedDependencies.Dependency.getName(AbstractProcessor, ExecutableElement)\n\tTypeMirror cannot be resolved to a type\n\tThe method getType(String) from the type AbstractProcessor refers to the missing type TypeMirror\n\tExecutableElement cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tDeclaredType cannot be resolved to a type\n\tThe method env() from the type AbstractProcessor refers to the missing type ProcessingEnvironment\n\tThe method getType(AbstractProcessor) from the type InjectedDependencies.WellKnownDependency refers to the missing type TypeMirror\n\tDeclaredType cannot be resolved to a type\n\tExecutableElement cannot be resolved to a type\n\tDeclaredType cannot be resolved to a type\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/processor/InjectedDependencies$DependencyImpl;
MethodParameters:
Name Flags
name
type
public abstract java.lang.String getExpression(org.graalvm.compiler.processor.AbstractProcessor, ExecutableElement);
descriptor: (Lorg/graalvm/compiler/processor/AbstractProcessor;LExecutableElement;)Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
processor
inject
public java.lang.String getName(org.graalvm.compiler.processor.AbstractProcessor, ExecutableElement);
descriptor: (Lorg/graalvm/compiler/processor/AbstractProcessor;LExecutableElement;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \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/processor/InjectedDependencies$DependencyImpl;
MethodParameters:
Name Flags
processor
inject
public java.lang.String getType();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \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/processor/InjectedDependencies$DependencyImpl;
}
SourceFile: "InjectedDependencies.java"
NestHost: org.graalvm.compiler.replacements.processor.InjectedDependencies
InnerClasses:
public abstract Dependency = org.graalvm.compiler.replacements.processor.InjectedDependencies$Dependency of org.graalvm.compiler.replacements.processor.InjectedDependencies
private abstract DependencyImpl = org.graalvm.compiler.replacements.processor.InjectedDependencies$DependencyImpl of org.graalvm.compiler.replacements.processor.InjectedDependencies