class javax.tools.FileManagerUtils$2 implements java.util.Iterator<java.io.File>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javax.tools.FileManagerUtils$2
super_class: java.lang.Object
{
java.util.Iterator<? extends java.nio.file.Path> iter;
descriptor: Ljava/util/Iterator;
flags: (0x0000)
Signature: Ljava/util/Iterator<+Ljava/nio/file/Path;>;
void <init>(java.lang.Iterable);
descriptor: (Ljava/lang/Iterable;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
putfield javax.tools.FileManagerUtils$2.iter:Ljava/util/Iterator;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavax/tools/FileManagerUtils$2;
MethodParameters:
Name Flags
val$paths final
public boolean hasNext();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javax.tools.FileManagerUtils$2.iter:Ljava/util/Iterator;
invokeinterface java.util.Iterator.hasNext:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/tools/FileManagerUtils$2;
public java.io.File next();
descriptor: ()Ljava/io/File;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
getfield javax.tools.FileManagerUtils$2.iter:Ljava/util/Iterator;
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.nio.file.Path
astore 1
start local 1 1: aload 1
invokeinterface java.nio.file.Path.toFile:()Ljava/io/File;
2: areturn
3: StackMap locals: javax.tools.FileManagerUtils$2 java.nio.file.Path
StackMap stack: java.lang.UnsupportedOperationException
astore 2
start local 2 4: new java.lang.IllegalArgumentException
dup
aload 1
invokeinterface java.nio.file.Path.toString:()Ljava/lang/String;
aload 2
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljavax/tools/FileManagerUtils$2;
1 5 1 p Ljava/nio/file/Path;
4 5 2 e Ljava/lang/UnsupportedOperationException;
Exception table:
from to target type
1 2 3 Class java.lang.UnsupportedOperationException
public java.lang.Object next();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual javax.tools.FileManagerUtils$2.next:()Ljava/io/File;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/io/File;>;
SourceFile: "FileManagerUtils.java"
EnclosingMethod: javax.tools.FileManagerUtils.lambda$1:(Ljava/lang/Iterable;)Ljava/util/Iterator;
NestHost: javax.tools.FileManagerUtils
InnerClasses:
javax.tools.FileManagerUtils$2