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 // org.apache.lucene.search.BoostAttributeImpl this
         0: .line 26
            aload 0 /* this */
            invokespecial org.apache.lucene.util.AttributeImpl.<init>:()V
         1: .line 27
            aload 0 /* this */
            fconst_1
            putfield org.apache.lucene.search.BoostAttributeImpl.boost:F
         2: .line 26
            return
        end local 0 // org.apache.lucene.search.BoostAttributeImpl this
      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 // org.apache.lucene.search.BoostAttributeImpl this
        start local 1 // float boost
         0: .line 31
            aload 0 /* this */
            fload 1 /* boost */
            putfield org.apache.lucene.search.BoostAttributeImpl.boost:F
         1: .line 32
            return
        end local 1 // float boost
        end local 0 // org.apache.lucene.search.BoostAttributeImpl this
      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 // org.apache.lucene.search.BoostAttributeImpl this
         0: .line 36
            aload 0 /* this */
            getfield org.apache.lucene.search.BoostAttributeImpl.boost:F
            freturn
        end local 0 // org.apache.lucene.search.BoostAttributeImpl this
      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 // org.apache.lucene.search.BoostAttributeImpl this
         0: .line 41
            aload 0 /* this */
            fconst_1
            putfield org.apache.lucene.search.BoostAttributeImpl.boost:F
         1: .line 42
            return
        end local 0 // org.apache.lucene.search.BoostAttributeImpl this
      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 // org.apache.lucene.search.BoostAttributeImpl this
        start local 1 // org.apache.lucene.util.AttributeImpl target
         0: .line 46
            aload 1 /* target */
            checkcast org.apache.lucene.search.BoostAttribute
            aload 0 /* this */
            getfield org.apache.lucene.search.BoostAttributeImpl.boost:F
            invokeinterface org.apache.lucene.search.BoostAttribute.setBoost:(F)V
         1: .line 47
            return
        end local 1 // org.apache.lucene.util.AttributeImpl target
        end local 0 // org.apache.lucene.search.BoostAttributeImpl this
      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 // org.apache.lucene.search.BoostAttributeImpl this
        start local 1 // org.apache.lucene.util.AttributeReflector reflector
         0: .line 51
            aload 1 /* reflector */
            ldc Lorg/apache/lucene/search/BoostAttribute;
            ldc "boost"
            aload 0 /* this */
            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: .line 52
            return
        end local 1 // org.apache.lucene.util.AttributeReflector reflector
        end local 0 // org.apache.lucene.search.BoostAttributeImpl this
      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"