public final class org.apache.lucene.search.BoostAttributeImpl extends org.apache.lucene.util.AttributeImpl implements org.apache.lucene.search.BoostAttribute
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.apache.lucene.search.BoostAttributeImpl
super_class: org.apache.lucene.util.AttributeImpl
{
private float boost;
descriptor: F
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
fconst_1
putfield org.apache.lucene.search.BoostAttributeImpl.boost:F
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/search/BoostAttributeImpl;
public void setBoost(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.BoostAttributeImpl.boost:F
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/search/BoostAttributeImpl;
0 2 1 boost F
MethodParameters:
Name Flags
boost
public float getBoost();
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.BoostAttributeImpl.boost:F
freturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/search/BoostAttributeImpl;
public void clear();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
fconst_1
putfield org.apache.lucene.search.BoostAttributeImpl.boost:F
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/search/BoostAttributeImpl;
public void copyTo(org.apache.lucene.util.AttributeImpl);
descriptor: (Lorg/apache/lucene/util/AttributeImpl;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
checkcast org.apache.lucene.search.BoostAttribute
aload 0
getfield org.apache.lucene.search.BoostAttributeImpl.boost:F
invokeinterface org.apache.lucene.search.BoostAttribute.setBoost:(F)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/search/BoostAttributeImpl;
0 2 1 target Lorg/apache/lucene/util/AttributeImpl;
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/BoostAttribute;
ldc "boost"
aload 0
getfield org.apache.lucene.search.BoostAttributeImpl.boost: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: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/search/BoostAttributeImpl;
0 2 1 reflector Lorg/apache/lucene/util/AttributeReflector;
MethodParameters:
Name Flags
reflector
}
SourceFile: "BoostAttributeImpl.java"