public class org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttributeImpl extends org.apache.lucene.util.AttributeImpl implements org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttribute, java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttributeImpl
  super_class: org.apache.lucene.util.AttributeImpl
{
  private org.apache.lucene.analysis.ja.Token token;
    descriptor: Lorg/apache/lucene/analysis/ja/Token;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttributeImpl this
         0: .line 27
            aload 0 /* this */
            invokespecial org.apache.lucene.util.AttributeImpl.<init>:()V
            return
        end local 0 // org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttributeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/analysis/ja/tokenattributes/BaseFormAttributeImpl;

  public java.lang.String getBaseForm();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttributeImpl this
         0: .line 32
            aload 0 /* this */
            getfield org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttributeImpl.token:Lorg/apache/lucene/analysis/ja/Token;
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttributeImpl.token:Lorg/apache/lucene/analysis/ja/Token;
            invokevirtual org.apache.lucene.analysis.ja.Token.getBaseForm:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttributeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/analysis/ja/tokenattributes/BaseFormAttributeImpl;

  public void setToken(org.apache.lucene.analysis.ja.Token);
    descriptor: (Lorg/apache/lucene/analysis/ja/Token;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttributeImpl this
        start local 1 // org.apache.lucene.analysis.ja.Token token
         0: .line 37
            aload 0 /* this */
            aload 1 /* token */
            putfield org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttributeImpl.token:Lorg/apache/lucene/analysis/ja/Token;
         1: .line 38
            return
        end local 1 // org.apache.lucene.analysis.ja.Token token
        end local 0 // org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttributeImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/analysis/ja/tokenattributes/BaseFormAttributeImpl;
            0    2     1  token  Lorg/apache/lucene/analysis/ja/Token;
    MethodParameters:
       Name  Flags
      token  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttributeImpl this
         0: .line 42
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttributeImpl.token:Lorg/apache/lucene/analysis/ja/Token;
         1: .line 43
            return
        end local 0 // org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttributeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/analysis/ja/tokenattributes/BaseFormAttributeImpl;

  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.analysis.ja.tokenattributes.BaseFormAttributeImpl this
        start local 1 // org.apache.lucene.util.AttributeImpl target
         0: .line 47
            aload 1 /* target */
            checkcast org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttribute
            astore 2 /* t */
        start local 2 // org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttribute t
         1: .line 48
            aload 2 /* t */
            aload 0 /* this */
            getfield org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttributeImpl.token:Lorg/apache/lucene/analysis/ja/Token;
            invokeinterface org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttribute.setToken:(Lorg/apache/lucene/analysis/ja/Token;)V
         2: .line 49
            return
        end local 2 // org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttribute t
        end local 1 // org.apache.lucene.util.AttributeImpl target
        end local 0 // org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttributeImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/lucene/analysis/ja/tokenattributes/BaseFormAttributeImpl;
            0    3     1  target  Lorg/apache/lucene/util/AttributeImpl;
            1    3     2       t  Lorg/apache/lucene/analysis/ja/tokenattributes/BaseFormAttribute;
    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.analysis.ja.tokenattributes.BaseFormAttributeImpl this
        start local 1 // org.apache.lucene.util.AttributeReflector reflector
         0: .line 53
            aload 1 /* reflector */
            ldc Lorg/apache/lucene/analysis/ja/tokenattributes/BaseFormAttribute;
            ldc "baseForm"
            aload 0 /* this */
            invokevirtual org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttributeImpl.getBaseForm:()Ljava/lang/String;
            invokeinterface org.apache.lucene.util.AttributeReflector.reflect:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 54
            return
        end local 1 // org.apache.lucene.util.AttributeReflector reflector
        end local 0 // org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttributeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/lucene/analysis/ja/tokenattributes/BaseFormAttributeImpl;
            0    2     1  reflector  Lorg/apache/lucene/util/AttributeReflector;
    MethodParameters:
           Name  Flags
      reflector  
}
SourceFile: "BaseFormAttributeImpl.java"