class sun.rmi.rmic.BatchEnvironment$Path$PathIterator$1 implements java.util.Iterator<java.lang.String>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.rmi.rmic.BatchEnvironment$Path$PathIterator$1
super_class: java.lang.Object
{
final sun.rmi.rmic.BatchEnvironment$Path$PathIterator this$2;
descriptor: Lsun/rmi/rmic/BatchEnvironment$Path$PathIterator;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.rmi.rmic.BatchEnvironment$Path$PathIterator);
descriptor: (Lsun/rmi/rmic/BatchEnvironment$Path$PathIterator;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield sun.rmi.rmic.BatchEnvironment$Path$PathIterator$1.this$2:Lsun/rmi/rmic/BatchEnvironment$Path$PathIterator;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/rmi/rmic/BatchEnvironment$Path$PathIterator$1;
MethodParameters:
Name Flags
this$0 final
public boolean hasNext();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.rmi.rmic.BatchEnvironment$Path$PathIterator$1.this$2:Lsun/rmi/rmic/BatchEnvironment$Path$PathIterator;
getfield sun.rmi.rmic.BatchEnvironment$Path$PathIterator.pos:I
aload 0
getfield sun.rmi.rmic.BatchEnvironment$Path$PathIterator$1.this$2:Lsun/rmi/rmic/BatchEnvironment$Path$PathIterator;
getfield sun.rmi.rmic.BatchEnvironment$Path$PathIterator.path:Ljava/lang/String;
invokevirtual java.lang.String.length:()I
if_icmpgt 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/rmi/rmic/BatchEnvironment$Path$PathIterator$1;
public java.lang.String next();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
getfield sun.rmi.rmic.BatchEnvironment$Path$PathIterator$1.this$2:Lsun/rmi/rmic/BatchEnvironment$Path$PathIterator;
getfield sun.rmi.rmic.BatchEnvironment$Path$PathIterator.pos:I
istore 1
start local 1 1: aload 0
getfield sun.rmi.rmic.BatchEnvironment$Path$PathIterator$1.this$2:Lsun/rmi/rmic/BatchEnvironment$Path$PathIterator;
getfield sun.rmi.rmic.BatchEnvironment$Path$PathIterator.path:Ljava/lang/String;
getstatic java.io.File.pathSeparator:Ljava/lang/String;
iload 1
invokevirtual java.lang.String.indexOf:(Ljava/lang/String;I)I
istore 2
start local 2 2: iload 2
iconst_m1
if_icmpne 4
3: aload 0
getfield sun.rmi.rmic.BatchEnvironment$Path$PathIterator$1.this$2:Lsun/rmi/rmic/BatchEnvironment$Path$PathIterator;
getfield sun.rmi.rmic.BatchEnvironment$Path$PathIterator.path:Ljava/lang/String;
invokevirtual java.lang.String.length:()I
istore 2
4: StackMap locals: int int
StackMap stack:
aload 0
getfield sun.rmi.rmic.BatchEnvironment$Path$PathIterator$1.this$2:Lsun/rmi/rmic/BatchEnvironment$Path$PathIterator;
iload 2
iconst_1
iadd
putfield sun.rmi.rmic.BatchEnvironment$Path$PathIterator.pos:I
5: iload 1
iload 2
if_icmpne 7
aload 0
getfield sun.rmi.rmic.BatchEnvironment$Path$PathIterator$1.this$2:Lsun/rmi/rmic/BatchEnvironment$Path$PathIterator;
getfield sun.rmi.rmic.BatchEnvironment$Path$PathIterator.emptyPathDefault:Ljava/lang/String;
ifnull 7
6: aload 0
getfield sun.rmi.rmic.BatchEnvironment$Path$PathIterator$1.this$2:Lsun/rmi/rmic/BatchEnvironment$Path$PathIterator;
getfield sun.rmi.rmic.BatchEnvironment$Path$PathIterator.emptyPathDefault:Ljava/lang/String;
areturn
7: StackMap locals:
StackMap stack:
aload 0
getfield sun.rmi.rmic.BatchEnvironment$Path$PathIterator$1.this$2:Lsun/rmi/rmic/BatchEnvironment$Path$PathIterator;
getfield sun.rmi.rmic.BatchEnvironment$Path$PathIterator.path:Ljava/lang/String;
iload 1
iload 2
invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/rmi/rmic/BatchEnvironment$Path$PathIterator$1;
1 8 1 beg I
2 8 2 end I
public void remove();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/rmi/rmic/BatchEnvironment$Path$PathIterator$1;
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 sun.rmi.rmic.BatchEnvironment$Path$PathIterator$1.next:()Ljava/lang/String;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/lang/String;>;
SourceFile: "BatchEnvironment.java"
EnclosingMethod: sun.rmi.rmic.BatchEnvironment$Path$PathIterator.iterator:()Ljava/util/Iterator;
NestHost: sun.rmi.rmic.BatchEnvironment
InnerClasses:
private Path = sun.rmi.rmic.BatchEnvironment$Path of sun.rmi.rmic.BatchEnvironment
private PathIterator = sun.rmi.rmic.BatchEnvironment$Path$PathIterator of sun.rmi.rmic.BatchEnvironment$Path
sun.rmi.rmic.BatchEnvironment$Path$PathIterator$1