public interface org.graalvm.compiler.replacements.processor.InjectedDependencies$Dependency
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.graalvm.compiler.replacements.processor.InjectedDependencies$Dependency
super_class: java.lang.Object
{
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=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
LocalVariableTable:
Start End Slot Name Signature
public abstract java.lang.String getName(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 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 abstract java.lang.String getType();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
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