public final class org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilter extends org.apache.lucene.analysis.FilteringTokenFilter
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilter
  super_class: org.apache.lucene.analysis.FilteringTokenFilter
{
  private final java.util.Set<org.apache.lucene.analysis.ko.POS$Tag> stopTags;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Lorg/apache/lucene/analysis/ko/POS$Tag;>;

  private final org.apache.lucene.analysis.ko.tokenattributes.PartOfSpeechAttribute posAtt;
    descriptor: Lorg/apache/lucene/analysis/ko/tokenattributes/PartOfSpeechAttribute;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static final java.util.Set<org.apache.lucene.analysis.ko.POS$Tag> DEFAULT_STOP_TAGS;
    descriptor: Ljava/util/Set;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Set<Lorg/apache/lucene/analysis/ko/POS$Tag;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 39
            bipush 18
            anewarray org.apache.lucene.analysis.ko.POS$Tag
            dup
            iconst_0
         1: .line 40
            getstatic org.apache.lucene.analysis.ko.POS$Tag.E:Lorg/apache/lucene/analysis/ko/POS$Tag;
            aastore
            dup
            iconst_1
         2: .line 41
            getstatic org.apache.lucene.analysis.ko.POS$Tag.IC:Lorg/apache/lucene/analysis/ko/POS$Tag;
            aastore
            dup
            iconst_2
         3: .line 42
            getstatic org.apache.lucene.analysis.ko.POS$Tag.J:Lorg/apache/lucene/analysis/ko/POS$Tag;
            aastore
            dup
            iconst_3
         4: .line 43
            getstatic org.apache.lucene.analysis.ko.POS$Tag.MAG:Lorg/apache/lucene/analysis/ko/POS$Tag;
            aastore
            dup
            iconst_4
         5: .line 44
            getstatic org.apache.lucene.analysis.ko.POS$Tag.MAJ:Lorg/apache/lucene/analysis/ko/POS$Tag;
            aastore
            dup
            iconst_5
         6: .line 45
            getstatic org.apache.lucene.analysis.ko.POS$Tag.MM:Lorg/apache/lucene/analysis/ko/POS$Tag;
            aastore
            dup
            bipush 6
         7: .line 46
            getstatic org.apache.lucene.analysis.ko.POS$Tag.SP:Lorg/apache/lucene/analysis/ko/POS$Tag;
            aastore
            dup
            bipush 7
         8: .line 47
            getstatic org.apache.lucene.analysis.ko.POS$Tag.SSC:Lorg/apache/lucene/analysis/ko/POS$Tag;
            aastore
            dup
            bipush 8
         9: .line 48
            getstatic org.apache.lucene.analysis.ko.POS$Tag.SSO:Lorg/apache/lucene/analysis/ko/POS$Tag;
            aastore
            dup
            bipush 9
        10: .line 49
            getstatic org.apache.lucene.analysis.ko.POS$Tag.SC:Lorg/apache/lucene/analysis/ko/POS$Tag;
            aastore
            dup
            bipush 10
        11: .line 50
            getstatic org.apache.lucene.analysis.ko.POS$Tag.SE:Lorg/apache/lucene/analysis/ko/POS$Tag;
            aastore
            dup
            bipush 11
        12: .line 51
            getstatic org.apache.lucene.analysis.ko.POS$Tag.XPN:Lorg/apache/lucene/analysis/ko/POS$Tag;
            aastore
            dup
            bipush 12
        13: .line 52
            getstatic org.apache.lucene.analysis.ko.POS$Tag.XSA:Lorg/apache/lucene/analysis/ko/POS$Tag;
            aastore
            dup
            bipush 13
        14: .line 53
            getstatic org.apache.lucene.analysis.ko.POS$Tag.XSN:Lorg/apache/lucene/analysis/ko/POS$Tag;
            aastore
            dup
            bipush 14
        15: .line 54
            getstatic org.apache.lucene.analysis.ko.POS$Tag.XSV:Lorg/apache/lucene/analysis/ko/POS$Tag;
            aastore
            dup
            bipush 15
        16: .line 55
            getstatic org.apache.lucene.analysis.ko.POS$Tag.UNA:Lorg/apache/lucene/analysis/ko/POS$Tag;
            aastore
            dup
            bipush 16
        17: .line 56
            getstatic org.apache.lucene.analysis.ko.POS$Tag.NA:Lorg/apache/lucene/analysis/ko/POS$Tag;
            aastore
            dup
            bipush 17
        18: .line 57
            getstatic org.apache.lucene.analysis.ko.POS$Tag.VSV:Lorg/apache/lucene/analysis/ko/POS$Tag;
            aastore
        19: .line 39
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
        20: .line 58
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            invokestatic java.util.stream.Collectors.toSet:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.Set
        21: .line 39
            putstatic org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilter.DEFAULT_STOP_TAGS:Ljava/util/Set;
        22: .line 58
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.apache.lucene.analysis.TokenStream);
    descriptor: (Lorg/apache/lucene/analysis/TokenStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilter this
        start local 1 // org.apache.lucene.analysis.TokenStream input
         0: .line 67
            aload 0 /* this */
            aload 1 /* input */
            getstatic org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilter.DEFAULT_STOP_TAGS:Ljava/util/Set;
            invokespecial org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilter.<init>:(Lorg/apache/lucene/analysis/TokenStream;Ljava/util/Set;)V
         1: .line 68
            return
        end local 1 // org.apache.lucene.analysis.TokenStream input
        end local 0 // org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/analysis/ko/KoreanPartOfSpeechStopFilter;
            0    2     1  input  Lorg/apache/lucene/analysis/TokenStream;
    MethodParameters:
       Name  Flags
      input  

  public void <init>(org.apache.lucene.analysis.TokenStream, java.util.Set<org.apache.lucene.analysis.ko.POS$Tag>);
    descriptor: (Lorg/apache/lucene/analysis/TokenStream;Ljava/util/Set;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilter this
        start local 1 // org.apache.lucene.analysis.TokenStream input
        start local 2 // java.util.Set stopTags
         0: .line 76
            aload 0 /* this */
            aload 1 /* input */
            invokespecial org.apache.lucene.analysis.FilteringTokenFilter.<init>:(Lorg/apache/lucene/analysis/TokenStream;)V
         1: .line 34
            aload 0 /* this */
            aload 0 /* this */
            ldc Lorg/apache/lucene/analysis/ko/tokenattributes/PartOfSpeechAttribute;
            invokevirtual org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilter.addAttribute:(Ljava/lang/Class;)Lorg/apache/lucene/util/Attribute;
            checkcast org.apache.lucene.analysis.ko.tokenattributes.PartOfSpeechAttribute
            putfield org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilter.posAtt:Lorg/apache/lucene/analysis/ko/tokenattributes/PartOfSpeechAttribute;
         2: .line 77
            aload 0 /* this */
            aload 2 /* stopTags */
            putfield org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilter.stopTags:Ljava/util/Set;
         3: .line 78
            return
        end local 2 // java.util.Set stopTags
        end local 1 // org.apache.lucene.analysis.TokenStream input
        end local 0 // org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/apache/lucene/analysis/ko/KoreanPartOfSpeechStopFilter;
            0    4     1     input  Lorg/apache/lucene/analysis/TokenStream;
            0    4     2  stopTags  Ljava/util/Set<Lorg/apache/lucene/analysis/ko/POS$Tag;>;
    Signature: (Lorg/apache/lucene/analysis/TokenStream;Ljava/util/Set<Lorg/apache/lucene/analysis/ko/POS$Tag;>;)V
    MethodParameters:
          Name  Flags
      input     
      stopTags  

  protected boolean accept();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilter this
         0: .line 82
            aload 0 /* this */
            getfield org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilter.posAtt:Lorg/apache/lucene/analysis/ko/tokenattributes/PartOfSpeechAttribute;
            invokeinterface org.apache.lucene.analysis.ko.tokenattributes.PartOfSpeechAttribute.getLeftPOS:()Lorg/apache/lucene/analysis/ko/POS$Tag;
            astore 1 /* leftPOS */
        start local 1 // org.apache.lucene.analysis.ko.POS$Tag leftPOS
         1: .line 83
            aload 1 /* leftPOS */
            ifnull 2
            aload 0 /* this */
            getfield org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilter.stopTags:Ljava/util/Set;
            aload 1 /* leftPOS */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 2
            iconst_0
            ireturn
      StackMap locals: org.apache.lucene.analysis.ko.POS$Tag
      StackMap stack:
         2: iconst_1
            ireturn
        end local 1 // org.apache.lucene.analysis.ko.POS$Tag leftPOS
        end local 0 // org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/lucene/analysis/ko/KoreanPartOfSpeechStopFilter;
            1    3     1  leftPOS  Lorg/apache/lucene/analysis/ko/POS$Tag;
}
SourceFile: "KoreanPartOfSpeechStopFilter.java"
InnerClasses:
  public final Tag = org.apache.lucene.analysis.ko.POS$Tag of org.apache.lucene.analysis.ko.POS