public abstract class com.sun.tools.javac.util.Dependencies
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: com.sun.tools.javac.util.Dependencies
super_class: java.lang.Object
{
protected static final com.sun.tools.javac.util.Context$Key<com.sun.tools.javac.util.Dependencies> dependenciesKey;
descriptor: Lcom/sun/tools/javac/util/Context$Key;
flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
Signature: Lcom/sun/tools/javac/util/Context$Key<Lcom/sun/tools/javac/util/Dependencies;>;
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new com.sun.tools.javac.util.Context$Key
dup
invokespecial com.sun.tools.javac.util.Context$Key.<init>:()V
putstatic com.sun.tools.javac.util.Dependencies.dependenciesKey:Lcom/sun/tools/javac/util/Context$Key;
return
LocalVariableTable:
Start End Slot Name Signature
public static com.sun.tools.javac.util.Dependencies instance(com.sun.tools.javac.util.Context);
descriptor: (Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/util/Dependencies;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getstatic com.sun.tools.javac.util.Dependencies.dependenciesKey:Lcom/sun/tools/javac/util/Context$Key;
invokevirtual com.sun.tools.javac.util.Context.get:(Lcom/sun/tools/javac/util/Context$Key;)Ljava/lang/Object;
checkcast com.sun.tools.javac.util.Dependencies
astore 1
start local 1 1: aload 1
ifnonnull 3
2: new com.sun.tools.javac.util.Dependencies$DummyDependencies
dup
aload 0
invokespecial com.sun.tools.javac.util.Dependencies$DummyDependencies.<init>:(Lcom/sun/tools/javac/util/Context;)V
astore 1
3: StackMap locals: com.sun.tools.javac.util.Dependencies
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 context Lcom/sun/tools/javac/util/Context;
1 4 1 instance Lcom/sun/tools/javac/util/Dependencies;
MethodParameters:
Name Flags
context
protected void <init>(com.sun.tools.javac.util.Context);
descriptor: (Lcom/sun/tools/javac/util/Context;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 1
getstatic com.sun.tools.javac.util.Dependencies.dependenciesKey:Lcom/sun/tools/javac/util/Context$Key;
aload 0
invokevirtual com.sun.tools.javac.util.Context.put:(Lcom/sun/tools/javac/util/Context$Key;Ljava/lang/Object;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/javac/util/Dependencies;
0 3 1 context Lcom/sun/tools/javac/util/Context;
MethodParameters:
Name Flags
context
public abstract void push(com.sun.tools.javac.code.Symbol$ClassSymbol, com.sun.tools.javac.util.Dependencies$CompletionCause);
descriptor: (Lcom/sun/tools/javac/code/Symbol$ClassSymbol;Lcom/sun/tools/javac/util/Dependencies$CompletionCause;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
s
phase
public abstract void pop();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "Dependencies.java"
NestMembers:
com.sun.tools.javac.util.Dependencies$CompletionCause com.sun.tools.javac.util.Dependencies$DummyDependencies com.sun.tools.javac.util.Dependencies$GraphDependencies com.sun.tools.javac.util.Dependencies$GraphDependencies$CompletionNode com.sun.tools.javac.util.Dependencies$GraphDependencies$CompletionNode$Kind com.sun.tools.javac.util.Dependencies$GraphDependencies$DependenciesMode com.sun.tools.javac.util.Dependencies$GraphDependencies$FilterVisitor com.sun.tools.javac.util.Dependencies$GraphDependencies$Node com.sun.tools.javac.util.Dependencies$GraphDependencies$PruneVisitor
InnerClasses:
public ClassSymbol = com.sun.tools.javac.code.Symbol$ClassSymbol of com.sun.tools.javac.code.Symbol
public Key = com.sun.tools.javac.util.Context$Key of com.sun.tools.javac.util.Context
public final CompletionCause = com.sun.tools.javac.util.Dependencies$CompletionCause of com.sun.tools.javac.util.Dependencies
private DummyDependencies = com.sun.tools.javac.util.Dependencies$DummyDependencies of com.sun.tools.javac.util.Dependencies
public GraphDependencies = com.sun.tools.javac.util.Dependencies$GraphDependencies of com.sun.tools.javac.util.Dependencies