class org.apache.lucene.util.AttributeSource$2 implements java.util.Iterator<org.apache.lucene.util.AttributeImpl>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.util.AttributeSource$2
super_class: java.lang.Object
{
private org.apache.lucene.util.AttributeSource$State state;
descriptor: Lorg/apache/lucene/util/AttributeSource$State;
flags: (0x0002) ACC_PRIVATE
final org.apache.lucene.util.AttributeSource this$0;
descriptor: Lorg/apache/lucene/util/AttributeSource;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.lucene.util.AttributeSource, org.apache.lucene.util.AttributeSource$State);
descriptor: (Lorg/apache/lucene/util/AttributeSource;Lorg/apache/lucene/util/AttributeSource$State;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield org.apache.lucene.util.AttributeSource$2.this$0:Lorg/apache/lucene/util/AttributeSource;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 2
putfield org.apache.lucene.util.AttributeSource$2.state:Lorg/apache/lucene/util/AttributeSource$State;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/util/AttributeSource$2;
MethodParameters:
Name Flags
this$0 final
val$initState final
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 Lorg/apache/lucene/util/AttributeSource$2;
public org.apache.lucene.util.AttributeImpl next();
descriptor: ()Lorg/apache/lucene/util/AttributeImpl;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.util.AttributeSource$2.state:Lorg/apache/lucene/util/AttributeSource$State;
ifnonnull 2
1: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.util.AttributeSource$2.state:Lorg/apache/lucene/util/AttributeSource$State;
getfield org.apache.lucene.util.AttributeSource$State.attribute:Lorg/apache/lucene/util/AttributeImpl;
astore 1
start local 1 3: aload 0
aload 0
getfield org.apache.lucene.util.AttributeSource$2.state:Lorg/apache/lucene/util/AttributeSource$State;
getfield org.apache.lucene.util.AttributeSource$State.next:Lorg/apache/lucene/util/AttributeSource$State;
putfield org.apache.lucene.util.AttributeSource$2.state:Lorg/apache/lucene/util/AttributeSource$State;
4: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/lucene/util/AttributeSource$2;
3 5 1 att Lorg/apache/lucene/util/AttributeImpl;
public boolean hasNext();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.util.AttributeSource$2.state:Lorg/apache/lucene/util/AttributeSource$State;
ifnull 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 Lorg/apache/lucene/util/AttributeSource$2;
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 org.apache.lucene.util.AttributeSource$2.next:()Lorg/apache/lucene/util/AttributeImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lorg/apache/lucene/util/AttributeImpl;>;
SourceFile: "AttributeSource.java"
EnclosingMethod: org.apache.lucene.util.AttributeSource.getAttributeImplsIterator:()Ljava/util/Iterator;
NestHost: org.apache.lucene.util.AttributeSource
InnerClasses:
org.apache.lucene.util.AttributeSource$2
public final State = org.apache.lucene.util.AttributeSource$State of org.apache.lucene.util.AttributeSource