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 // org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl this
         0: .line 27
            aload 0 /* this */
            invokespecial org.apache.lucene.util.AttributeImpl.<init>:()V
         1: .line 28
            aload 0 /* this */
            ldc -Infinity
            putfield org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.maxNonCompetitiveBoost:F
         2: .line 29
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.competitiveTerm:Lorg/apache/lucene/util/BytesRef;
         3: .line 27
            return
        end local 0 // org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl this
      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 // org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl this
        start local 1 // float maxNonCompetitiveBoost
         0: .line 33
            aload 0 /* this */
            fload 1 /* maxNonCompetitiveBoost */
            putfield org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.maxNonCompetitiveBoost:F
         1: .line 34
            return
        end local 1 // float maxNonCompetitiveBoost
        end local 0 // org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl this
      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 // org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl this
         0: .line 38
            aload 0 /* this */
            getfield org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.maxNonCompetitiveBoost:F
            freturn
        end local 0 // org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl this
      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 // org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl this
        start local 1 // org.apache.lucene.util.BytesRef competitiveTerm
         0: .line 43
            aload 0 /* this */
            aload 1 /* competitiveTerm */
            putfield org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.competitiveTerm:Lorg/apache/lucene/util/BytesRef;
         1: .line 44
            return
        end local 1 // org.apache.lucene.util.BytesRef competitiveTerm
        end local 0 // org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl this
      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 // org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl this
         0: .line 48
            aload 0 /* this */
            getfield org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.competitiveTerm:Lorg/apache/lucene/util/BytesRef;
            areturn
        end local 0 // org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl this
      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 // org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl this
         0: .line 53
            aload 0 /* this */
            ldc -Infinity
            putfield org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.maxNonCompetitiveBoost:F
         1: .line 54
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.competitiveTerm:Lorg/apache/lucene/util/BytesRef;
         2: .line 55
            return
        end local 0 // org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl this
      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 // org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl this
        start local 1 // org.apache.lucene.util.AttributeImpl target
         0: .line 59
            aload 1 /* target */
            checkcast org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl
            astore 2 /* t */
        start local 2 // org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl t
         1: .line 60
            aload 2 /* t */
            aload 0 /* this */
            getfield org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.maxNonCompetitiveBoost:F
            invokevirtual org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl.setMaxNonCompetitiveBoost:(F)V
         2: .line 61
            aload 2 /* t */
            aload 0 /* this */
            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: .line 62
            return
        end local 2 // org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl t
        end local 1 // org.apache.lucene.util.AttributeImpl target
        end local 0 // org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl this
      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 // org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl this
        start local 1 // org.apache.lucene.util.AttributeReflector reflector
         0: .line 66
            aload 1 /* reflector */
            ldc Lorg/apache/lucene/search/MaxNonCompetitiveBoostAttribute;
            ldc "maxNonCompetitiveBoost"
            aload 0 /* this */
            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: .line 67
            aload 1 /* reflector */
            ldc Lorg/apache/lucene/search/MaxNonCompetitiveBoostAttribute;
            ldc "competitiveTerm"
            aload 0 /* this */
            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: .line 68
            return
        end local 1 // org.apache.lucene.util.AttributeReflector reflector
        end local 0 // org.apache.lucene.search.MaxNonCompetitiveBoostAttributeImpl this
      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"