public class org.apache.lucene.analysis.ja.tokenattributes.PartOfSpeechAttributeImpl extends org.apache.lucene.util.AttributeImpl implements org.apache.lucene.analysis.ja.tokenattributes.PartOfSpeechAttribute, java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.lucene.analysis.ja.tokenattributes.PartOfSpeechAttributeImpl
  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.PartOfSpeechAttributeImpl this
         0: .line 28
            aload 0 /* this */
            invokespecial org.apache.lucene.util.AttributeImpl.<init>:()V
            return
        end local 0 // org.apache.lucene.analysis.ja.tokenattributes.PartOfSpeechAttributeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/analysis/ja/tokenattributes/PartOfSpeechAttributeImpl;

  public java.lang.String getPartOfSpeech();
    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.PartOfSpeechAttributeImpl this
         0: .line 33
            aload 0 /* this */
            getfield org.apache.lucene.analysis.ja.tokenattributes.PartOfSpeechAttributeImpl.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.PartOfSpeechAttributeImpl.token:Lorg/apache/lucene/analysis/ja/Token;
            invokevirtual org.apache.lucene.analysis.ja.Token.getPartOfSpeech:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // org.apache.lucene.analysis.ja.tokenattributes.PartOfSpeechAttributeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/analysis/ja/tokenattributes/PartOfSpeechAttributeImpl;

  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.PartOfSpeechAttributeImpl this
        start local 1 // org.apache.lucene.analysis.ja.Token token
         0: .line 38
            aload 0 /* this */
            aload 1 /* token */
            putfield org.apache.lucene.analysis.ja.tokenattributes.PartOfSpeechAttributeImpl.token:Lorg/apache/lucene/analysis/ja/Token;
         1: .line 39
            return
        end local 1 // org.apache.lucene.analysis.ja.Token token
        end local 0 // org.apache.lucene.analysis.ja.tokenattributes.PartOfSpeechAttributeImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/analysis/ja/tokenattributes/PartOfSpeechAttributeImpl;
            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.PartOfSpeechAttributeImpl this
         0: .line 43
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.analysis.ja.tokenattributes.PartOfSpeechAttributeImpl.token:Lorg/apache/lucene/analysis/ja/Token;
         1: .line 44
            return
        end local 0 // org.apache.lucene.analysis.ja.tokenattributes.PartOfSpeechAttributeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/analysis/ja/tokenattributes/PartOfSpeechAttributeImpl;

  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.PartOfSpeechAttributeImpl this
        start local 1 // org.apache.lucene.util.AttributeImpl target
         0: .line 48
            aload 1 /* target */
            checkcast org.apache.lucene.analysis.ja.tokenattributes.PartOfSpeechAttribute
            astore 2 /* t */
        start local 2 // org.apache.lucene.analysis.ja.tokenattributes.PartOfSpeechAttribute t
         1: .line 49
            aload 2 /* t */
            aload 0 /* this */
            getfield org.apache.lucene.analysis.ja.tokenattributes.PartOfSpeechAttributeImpl.token:Lorg/apache/lucene/analysis/ja/Token;
            invokeinterface org.apache.lucene.analysis.ja.tokenattributes.PartOfSpeechAttribute.setToken:(Lorg/apache/lucene/analysis/ja/Token;)V
         2: .line 50
            return
        end local 2 // org.apache.lucene.analysis.ja.tokenattributes.PartOfSpeechAttribute t
        end local 1 // org.apache.lucene.util.AttributeImpl target
        end local 0 // org.apache.lucene.analysis.ja.tokenattributes.PartOfSpeechAttributeImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/lucene/analysis/ja/tokenattributes/PartOfSpeechAttributeImpl;
            0    3     1  target  Lorg/apache/lucene/util/AttributeImpl;
            1    3     2       t  Lorg/apache/lucene/analysis/ja/tokenattributes/PartOfSpeechAttribute;
    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=4, args_size=2
        start local 0 // org.apache.lucene.analysis.ja.tokenattributes.PartOfSpeechAttributeImpl this
        start local 1 // org.apache.lucene.util.AttributeReflector reflector
         0: .line 54
            aload 0 /* this */
            invokevirtual org.apache.lucene.analysis.ja.tokenattributes.PartOfSpeechAttributeImpl.getPartOfSpeech:()Ljava/lang/String;
            astore 2 /* partOfSpeech */
        start local 2 // java.lang.String partOfSpeech
         1: .line 55
            aload 2 /* partOfSpeech */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: java.lang.String
      StackMap stack:
         2: aload 2 /* partOfSpeech */
            invokestatic org.apache.lucene.analysis.ja.util.ToStringUtil.getPOSTranslation:(Ljava/lang/String;)Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         3: astore 3 /* partOfSpeechEN */
        start local 3 // java.lang.String partOfSpeechEN
         4: .line 56
            aload 1 /* reflector */
            ldc Lorg/apache/lucene/analysis/ja/tokenattributes/PartOfSpeechAttribute;
            ldc "partOfSpeech"
            aload 2 /* partOfSpeech */
            invokeinterface org.apache.lucene.util.AttributeReflector.reflect:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Object;)V
         5: .line 57
            aload 1 /* reflector */
            ldc Lorg/apache/lucene/analysis/ja/tokenattributes/PartOfSpeechAttribute;
            ldc "partOfSpeech (en)"
            aload 3 /* partOfSpeechEN */
            invokeinterface org.apache.lucene.util.AttributeReflector.reflect:(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Object;)V
         6: .line 58
            return
        end local 3 // java.lang.String partOfSpeechEN
        end local 2 // java.lang.String partOfSpeech
        end local 1 // org.apache.lucene.util.AttributeReflector reflector
        end local 0 // org.apache.lucene.analysis.ja.tokenattributes.PartOfSpeechAttributeImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lorg/apache/lucene/analysis/ja/tokenattributes/PartOfSpeechAttributeImpl;
            0    7     1       reflector  Lorg/apache/lucene/util/AttributeReflector;
            1    7     2    partOfSpeech  Ljava/lang/String;
            4    7     3  partOfSpeechEN  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      reflector  
}
SourceFile: "PartOfSpeechAttributeImpl.java"