class com.sun.tools.javac.file.JavacFileManager$PathAndContainer implements java.lang.Comparable<com.sun.tools.javac.file.JavacFileManager$PathAndContainer>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.javac.file.JavacFileManager$PathAndContainer
super_class: java.lang.Object
{
private final java.nio.file.Path path;
descriptor: Ljava/nio/file/Path;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.sun.tools.javac.file.JavacFileManager$Container container;
descriptor: Lcom/sun/tools/javac/file/JavacFileManager$Container;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int index;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(java.nio.file.Path, com.sun.tools.javac.file.JavacFileManager$Container, int);
descriptor: (Ljava/nio/file/Path;Lcom/sun/tools/javac/file/JavacFileManager$Container;I)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.path:Ljava/nio/file/Path;
2: aload 0
aload 2
putfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.container:Lcom/sun/tools/javac/file/JavacFileManager$Container;
3: aload 0
iload 3
putfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.index:I
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/tools/javac/file/JavacFileManager$PathAndContainer;
0 5 1 path Ljava/nio/file/Path;
0 5 2 container Lcom/sun/tools/javac/file/JavacFileManager$Container;
0 5 3 index I
MethodParameters:
Name Flags
path
container
index
public int compareTo(com.sun.tools.javac.file.JavacFileManager$PathAndContainer);
descriptor: (Lcom/sun/tools/javac/file/JavacFileManager$PathAndContainer;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.index:I
aload 1
getfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.index:I
isub
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/file/JavacFileManager$PathAndContainer;
0 1 1 other Lcom/sun/tools/javac/file/JavacFileManager$PathAndContainer;
MethodParameters:
Name Flags
other
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
ifnull 1
aload 1
instanceof com.sun.tools.javac.file.JavacFileManager$PathAndContainer
ifne 2
1: StackMap locals:
StackMap stack:
iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 1
checkcast com.sun.tools.javac.file.JavacFileManager$PathAndContainer
astore 2
start local 2 3: aload 0
getfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.path:Ljava/nio/file/Path;
aload 2
getfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.path:Ljava/nio/file/Path;
invokeinterface java.nio.file.Path.equals:(Ljava/lang/Object;)Z
ifeq 7
4: aload 0
getfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.container:Lcom/sun/tools/javac/file/JavacFileManager$Container;
aload 2
getfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.container:Lcom/sun/tools/javac/file/JavacFileManager$Container;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 7
5: aload 0
getfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.index:I
aload 0
getfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.index:I
if_icmpne 7
6: iconst_1
ireturn
StackMap locals: com.sun.tools.javac.file.JavacFileManager$PathAndContainer
StackMap stack:
7: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/sun/tools/javac/file/JavacFileManager$PathAndContainer;
0 8 1 o Ljava/lang/Object;
3 8 2 that Lcom/sun/tools/javac/file/JavacFileManager$PathAndContainer;
MethodParameters:
Name Flags
o
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: iconst_3
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.path:Ljava/nio/file/Path;
aastore
dup
iconst_1
aload 0
getfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.container:Lcom/sun/tools/javac/file/JavacFileManager$Container;
aastore
dup
iconst_2
aload 0
getfield com.sun.tools.javac.file.JavacFileManager$PathAndContainer.index:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/file/JavacFileManager$PathAndContainer;
public int compareTo(java.lang.Object);
descriptor: (Ljava/lang/Object;)I
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast com.sun.tools.javac.file.JavacFileManager$PathAndContainer
invokevirtual com.sun.tools.javac.file.JavacFileManager$PathAndContainer.compareTo:(Lcom/sun/tools/javac/file/JavacFileManager$PathAndContainer;)I
ireturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/lang/Comparable<Lcom/sun/tools/javac/file/JavacFileManager$PathAndContainer;>;
SourceFile: "JavacFileManager.java"
NestHost: com.sun.tools.javac.file.JavacFileManager
InnerClasses:
private abstract Container = com.sun.tools.javac.file.JavacFileManager$Container of com.sun.tools.javac.file.JavacFileManager
private PathAndContainer = com.sun.tools.javac.file.JavacFileManager$PathAndContainer of com.sun.tools.javac.file.JavacFileManager