public final class org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl extends org.apache.lucene.util.AttributeImpl implements org.apache.lucene.search.MaxNonCompetitiveBoostAttribute
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl
super_class: org.apache.lucene.util.AttributeImpl
{
private float maxNonCompetitiveBoost;
descriptor: F
flags: (0x0002) ACC_PRIVATE
private org.apache.lucene.util.BytesRef competitiveTerm;
descriptor: Lorg/apache/lucene/util/BytesRef;
flags: (0x0002) ACC_PRIVATE
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.apache.lucene.util.AttributeImpl.<init>:()V
1: aload 0
ldc -Infinity
putfield org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.maxNonCompetitiveBoost:F
2: aload 0
aconst_null
putfield org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.competitiveTerm:Lorg/apache/lucene/util/BytesRef;
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/search/MaxNonCompetitiveBoostAttributeImpl;
public void setMaxNonCompetitiveBoost(float);
descriptor: (F)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
fload 1
putfield org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.maxNonCompetitiveBoost:F
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/search/MaxNonCompetitiveBoostAttributeImpl;
0 2 1 maxNonCompetitiveBoost F
MethodParameters:
Name Flags
maxNonCompetitiveBoost final
public float getMaxNonCompetitiveBoost();
descriptor: ()F
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.maxNonCompetitiveBoost:F
freturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/search/MaxNonCompetitiveBoostAttributeImpl;
public void setCompetitiveTerm(org.apache.lucene.util.BytesRef);
descriptor: (Lorg/apache/lucene/util/BytesRef;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.competitiveTerm:Lorg/apache/lucene/util/BytesRef;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/search/MaxNonCompetitiveBoostAttributeImpl;
0 2 1 competitiveTerm Lorg/apache/lucene/util/BytesRef;
MethodParameters:
Name Flags
competitiveTerm final
public org.apache.lucene.util.BytesRef getCompetitiveTerm();
descriptor: ()Lorg/apache/lucene/util/BytesRef;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.competitiveTerm:Lorg/apache/lucene/util/BytesRef;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/search/MaxNonCompetitiveBoostAttributeImpl;
public void clear();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
ldc -Infinity
putfield org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.maxNonCompetitiveBoost:F
1: aload 0
aconst_null
putfield org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.competitiveTerm:Lorg/apache/lucene/util/BytesRef;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/search/MaxNonCompetitiveBoostAttributeImpl;
public void copyTo(org.apache.lucene.util.AttributeImpl);
descriptor: (Lorg/apache/lucene/util/AttributeImpl;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
checkcast org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl
astore 2
start local 2 1: aload 2
aload 0
getfield org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.maxNonCompetitiveBoost:F
invokevirtual org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.setMaxNonCompetitiveBoost:(F)V
2: aload 2
aload 0
getfield org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.competitiveTerm:Lorg/apache/lucene/util/BytesRef;
invokevirtual org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.setCompetitiveTerm:(Lorg/apache/lucene/util/BytesRef;)V
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/search/MaxNonCompetitiveBoostAttributeImpl;
0 4 1 target Lorg/apache/lucene/util/AttributeImpl;
1 4 2 t Lorg/apache/lucene/search/MaxNonCompetitiveBoostAttributeImpl;
MethodParameters:
Name Flags
target
public void reflectWith(org.apache.lucene.util.AttributeReflector);
descriptor: (Lorg/apache/lucene/util/AttributeReflector;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ldc Lorg/apache/lucene/search/MaxNonCompetitiveBoostAttribute;
ldc "maxNonCompetitiveBoost"
aload 0
getfield org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.maxNonCompetitiveBoost:F
invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
invokeinterface org.apache.lucene.util.AttributeReflector.reflect:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Object;)V
1: aload 1
ldc Lorg/apache/lucene/search/MaxNonCompetitiveBoostAttribute;
ldc "competitiveTerm"
aload 0
getfield org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.competitiveTerm:Lorg/apache/lucene/util/BytesRef;
invokeinterface org.apache.lucene.util.AttributeReflector.reflect:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Object;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/search/MaxNonCompetitiveBoostAttributeImpl;
0 3 1 reflector Lorg/apache/lucene/util/AttributeReflector;
MethodParameters:
Name Flags
reflector
}
SourceFile: "MaxNonCompetitiveBoostAttributeImpl.java"