class implements java.util.Iterator<java.lang.String>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.incubator.http.HeaderParser$ParserIterator
super_class: java.lang.Object
{
int ;
descriptor: I
flags: (0x0000)
boolean ;
descriptor: Z
flags: (0x0000)
final jdk.incubator.http.HeaderParser ;
descriptor: Ljdk/incubator/http/HeaderParser;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void (jdk.incubator.http.HeaderParser, boolean);
descriptor: (Ljdk/incubator/http/HeaderParser;Z)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield jdk.incubator.http.HeaderParser$ParserIterator.this$0:Ljdk/incubator/http/HeaderParser;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 2
putfield jdk.incubator.http.HeaderParser$ParserIterator.returnsValue:Z
2: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljdk/incubator/http/HeaderParser$ParserIterator;
0 3 2 returnValue Z
MethodParameters:
Name Flags
this$0 final
returnValue
public boolean ();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.incubator.http.HeaderParser$ParserIterator.index:I
aload 0
getfield jdk.incubator.http.HeaderParser$ParserIterator.this$0:Ljdk/incubator/http/HeaderParser;
getfield jdk.incubator.http.HeaderParser.nkeys:I
if_icmpge 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 Ljdk/incubator/http/HeaderParser$ParserIterator;
public java.lang.String ();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.incubator.http.HeaderParser$ParserIterator.index:I
aload 0
getfield jdk.incubator.http.HeaderParser$ParserIterator.this$0:Ljdk/incubator/http/HeaderParser;
getfield jdk.incubator.http.HeaderParser.nkeys:I
if_icmplt 2
1: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield jdk.incubator.http.HeaderParser$ParserIterator.this$0:Ljdk/incubator/http/HeaderParser;
getfield jdk.incubator.http.HeaderParser.tab:[[Ljava/lang/String;
aload 0
dup
getfield jdk.incubator.http.HeaderParser$ParserIterator.index:I
dup_x1
iconst_1
iadd
putfield jdk.incubator.http.HeaderParser$ParserIterator.index:I
aaload
aload 0
getfield jdk.incubator.http.HeaderParser$ParserIterator.returnsValue:Z
ifeq 3
iconst_1
goto 4
StackMap locals:
StackMap stack: java.lang.String[]
3: iconst_0
StackMap locals: jdk.incubator.http.HeaderParser$ParserIterator
StackMap stack: java.lang.String[] int
4: aaload
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljdk/incubator/http/HeaderParser$ParserIterator;
public java.lang.Object ();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual jdk.incubator.http.HeaderParser$ParserIterator.next:()Ljava/lang/String;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/lang/String;>;
SourceFile: "HeaderParser.java"
NestHost: jdk.incubator.http.HeaderParser
InnerClasses:
ParserIterator = jdk.incubator.http.HeaderParser$ParserIterator of jdk.incubator.http.HeaderParser