public class com.sun.tools.javac.parser.Tokens$Token
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.parser.Tokens$Token
  super_class: java.lang.Object
{
  public final com.sun.tools.javac.parser.Tokens$TokenKind kind;
    descriptor: Lcom/sun/tools/javac/parser/Tokens$TokenKind;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int pos;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int endPos;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final com.sun.tools.javac.util.List<com.sun.tools.javac.parser.Tokens$Comment> comments;
    descriptor: Lcom/sun/tools/javac/util/List;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/parser/Tokens$Comment;>;

  void <init>(com.sun.tools.javac.parser.Tokens$TokenKind, int, int, com.sun.tools.javac.util.List<com.sun.tools.javac.parser.Tokens$Comment>);
    descriptor: (Lcom/sun/tools/javac/parser/Tokens$TokenKind;IILcom/sun/tools/javac/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.sun.tools.javac.parser.Tokens$Token this
        start local 1 // com.sun.tools.javac.parser.Tokens$TokenKind kind
        start local 2 // int pos
        start local 3 // int endPos
        start local 4 // com.sun.tools.javac.util.List comments
         0: .line 333
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 334
            aload 0 /* this */
            aload 1 /* kind */
            putfield com.sun.tools.javac.parser.Tokens$Token.kind:Lcom/sun/tools/javac/parser/Tokens$TokenKind;
         2: .line 335
            aload 0 /* this */
            iload 2 /* pos */
            putfield com.sun.tools.javac.parser.Tokens$Token.pos:I
         3: .line 336
            aload 0 /* this */
            iload 3 /* endPos */
            putfield com.sun.tools.javac.parser.Tokens$Token.endPos:I
         4: .line 337
            aload 0 /* this */
            aload 4 /* comments */
            putfield com.sun.tools.javac.parser.Tokens$Token.comments:Lcom/sun/tools/javac/util/List;
         5: .line 338
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.parser.Tokens$Token.checkKind:()V
         6: .line 339
            return
        end local 4 // com.sun.tools.javac.util.List comments
        end local 3 // int endPos
        end local 2 // int pos
        end local 1 // com.sun.tools.javac.parser.Tokens$TokenKind kind
        end local 0 // com.sun.tools.javac.parser.Tokens$Token this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/sun/tools/javac/parser/Tokens$Token;
            0    7     1      kind  Lcom/sun/tools/javac/parser/Tokens$TokenKind;
            0    7     2       pos  I
            0    7     3    endPos  I
            0    7     4  comments  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/parser/Tokens$Comment;>;
    Signature: (Lcom/sun/tools/javac/parser/Tokens$TokenKind;IILcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/parser/Tokens$Comment;>;)V
    MethodParameters:
          Name  Flags
      kind      
      pos       
      endPos    
      comments  

  com.sun.tools.javac.parser.Tokens$Token[] split(com.sun.tools.javac.parser.Tokens);
    descriptor: (Lcom/sun/tools/javac/parser/Tokens;)[Lcom/sun/tools/javac/parser/Tokens$Token;
    flags: (0x0000) 
    Code:
      stack=9, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.parser.Tokens$Token this
        start local 1 // com.sun.tools.javac.parser.Tokens tokens
         0: .line 342
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.Tokens$Token.kind:Lcom/sun/tools/javac/parser/Tokens$TokenKind;
            getfield com.sun.tools.javac.parser.Tokens$TokenKind.name:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            iconst_2
            if_icmplt 1
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.Tokens$Token.kind:Lcom/sun/tools/javac/parser/Tokens$TokenKind;
            getfield com.sun.tools.javac.parser.Tokens$TokenKind.tag:Lcom/sun/tools/javac/parser/Tokens$Token$Tag;
            getstatic com.sun.tools.javac.parser.Tokens$Token$Tag.DEFAULT:Lcom/sun/tools/javac/parser/Tokens$Token$Tag;
            if_acmpeq 2
         1: .line 343
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cant split"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.Tokens$Token.kind:Lcom/sun/tools/javac/parser/Tokens$TokenKind;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 346
      StackMap locals:
      StackMap stack:
            aload 1 /* tokens */
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.Tokens$Token.kind:Lcom/sun/tools/javac/parser/Tokens$TokenKind;
            getfield com.sun.tools.javac.parser.Tokens$TokenKind.name:Ljava/lang/String;
            iconst_0
            iconst_1
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual com.sun.tools.javac.parser.Tokens.lookupKind:(Ljava/lang/String;)Lcom/sun/tools/javac/parser/Tokens$TokenKind;
            astore 2 /* t1 */
        start local 2 // com.sun.tools.javac.parser.Tokens$TokenKind t1
         3: .line 347
            aload 1 /* tokens */
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.Tokens$Token.kind:Lcom/sun/tools/javac/parser/Tokens$TokenKind;
            getfield com.sun.tools.javac.parser.Tokens$TokenKind.name:Ljava/lang/String;
            iconst_1
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokevirtual com.sun.tools.javac.parser.Tokens.lookupKind:(Ljava/lang/String;)Lcom/sun/tools/javac/parser/Tokens$TokenKind;
            astore 3 /* t2 */
        start local 3 // com.sun.tools.javac.parser.Tokens$TokenKind t2
         4: .line 349
            aload 2 /* t1 */
            ifnull 5
            aload 3 /* t2 */
            ifnonnull 6
         5: .line 350
      StackMap locals: com.sun.tools.javac.parser.Tokens$TokenKind com.sun.tools.javac.parser.Tokens$TokenKind
      StackMap stack:
            new java.lang.AssertionError
            dup
            ldc "Cant split - bad subtokens"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         6: .line 352
      StackMap locals:
      StackMap stack:
            iconst_2
            anewarray com.sun.tools.javac.parser.Tokens$Token
            dup
            iconst_0
         7: .line 353
            new com.sun.tools.javac.parser.Tokens$Token
            dup
            aload 2 /* t1 */
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.Tokens$Token.pos:I
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.Tokens$Token.pos:I
            aload 2 /* t1 */
            getfield com.sun.tools.javac.parser.Tokens$TokenKind.name:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            iadd
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.Tokens$Token.comments:Lcom/sun/tools/javac/util/List;
            invokespecial com.sun.tools.javac.parser.Tokens$Token.<init>:(Lcom/sun/tools/javac/parser/Tokens$TokenKind;IILcom/sun/tools/javac/util/List;)V
            aastore
            dup
            iconst_1
         8: .line 354
            new com.sun.tools.javac.parser.Tokens$Token
            dup
            aload 3 /* t2 */
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.Tokens$Token.pos:I
            aload 2 /* t1 */
            getfield com.sun.tools.javac.parser.Tokens$TokenKind.name:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            iadd
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.Tokens$Token.endPos:I
            aconst_null
            invokespecial com.sun.tools.javac.parser.Tokens$Token.<init>:(Lcom/sun/tools/javac/parser/Tokens$TokenKind;IILcom/sun/tools/javac/util/List;)V
            aastore
         9: .line 352
            areturn
        end local 3 // com.sun.tools.javac.parser.Tokens$TokenKind t2
        end local 2 // com.sun.tools.javac.parser.Tokens$TokenKind t1
        end local 1 // com.sun.tools.javac.parser.Tokens tokens
        end local 0 // com.sun.tools.javac.parser.Tokens$Token this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/sun/tools/javac/parser/Tokens$Token;
            0   10     1  tokens  Lcom/sun/tools/javac/parser/Tokens;
            3   10     2      t1  Lcom/sun/tools/javac/parser/Tokens$TokenKind;
            4   10     3      t2  Lcom/sun/tools/javac/parser/Tokens$TokenKind;
    MethodParameters:
        Name  Flags
      tokens  

  protected void checkKind();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.parser.Tokens$Token this
         0: .line 359
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.Tokens$Token.kind:Lcom/sun/tools/javac/parser/Tokens$TokenKind;
            getfield com.sun.tools.javac.parser.Tokens$TokenKind.tag:Lcom/sun/tools/javac/parser/Tokens$Token$Tag;
            getstatic com.sun.tools.javac.parser.Tokens$Token$Tag.DEFAULT:Lcom/sun/tools/javac/parser/Tokens$Token$Tag;
            if_acmpeq 2
         1: .line 360
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Bad token kind - expected "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            getstatic com.sun.tools.javac.parser.Tokens$Token$Tag.STRING:Lcom/sun/tools/javac/parser/Tokens$Token$Tag;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 362
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.tools.javac.parser.Tokens$Token this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/parser/Tokens$Token;

  public com.sun.tools.javac.util.Name name();
    descriptor: ()Lcom/sun/tools/javac/util/Name;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.parser.Tokens$Token this
         0: .line 365
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // com.sun.tools.javac.parser.Tokens$Token this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/parser/Tokens$Token;

  public java.lang.String stringVal();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.parser.Tokens$Token this
         0: .line 369
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // com.sun.tools.javac.parser.Tokens$Token this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/parser/Tokens$Token;

  public int radix();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.parser.Tokens$Token this
         0: .line 373
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // com.sun.tools.javac.parser.Tokens$Token this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/parser/Tokens$Token;

  public com.sun.tools.javac.parser.Tokens$Comment comment(com.sun.tools.javac.parser.Tokens$Comment$CommentStyle);
    descriptor: (Lcom/sun/tools/javac/parser/Tokens$Comment$CommentStyle;)Lcom/sun/tools/javac/parser/Tokens$Comment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.parser.Tokens$Token this
        start local 1 // com.sun.tools.javac.parser.Tokens$Comment$CommentStyle style
         0: .line 381
            aload 0 /* this */
            getstatic com.sun.tools.javac.parser.Tokens$Comment$CommentStyle.JAVADOC:Lcom/sun/tools/javac/parser/Tokens$Comment$CommentStyle;
            invokevirtual com.sun.tools.javac.parser.Tokens$Token.getComments:(Lcom/sun/tools/javac/parser/Tokens$Comment$CommentStyle;)Lcom/sun/tools/javac/util/List;
            astore 2 /* comments */
        start local 2 // com.sun.tools.javac.util.List comments
         1: .line 382
            aload 2 /* comments */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 3
         2: .line 383
            aconst_null
            goto 4
         3: .line 384
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 2 /* comments */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.parser.Tokens$Comment
         4: .line 382
      StackMap locals:
      StackMap stack: com.sun.tools.javac.parser.Tokens$Comment
            areturn
        end local 2 // com.sun.tools.javac.util.List comments
        end local 1 // com.sun.tools.javac.parser.Tokens$Comment$CommentStyle style
        end local 0 // com.sun.tools.javac.parser.Tokens$Token this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/sun/tools/javac/parser/Tokens$Token;
            0    5     1     style  Lcom/sun/tools/javac/parser/Tokens$Comment$CommentStyle;
            1    5     2  comments  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/parser/Tokens$Comment;>;
    MethodParameters:
       Name  Flags
      style  

  public boolean deprecatedFlag();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.tools.javac.parser.Tokens$Token this
         0: .line 392
            aload 0 /* this */
            getstatic com.sun.tools.javac.parser.Tokens$Comment$CommentStyle.JAVADOC:Lcom/sun/tools/javac/parser/Tokens$Comment$CommentStyle;
            invokevirtual com.sun.tools.javac.parser.Tokens$Token.getComments:(Lcom/sun/tools/javac/parser/Tokens$Comment$CommentStyle;)Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 4
      StackMap locals: com.sun.tools.javac.parser.Tokens$Token top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.parser.Tokens$Comment
            astore 1 /* c */
        start local 1 // com.sun.tools.javac.parser.Tokens$Comment c
         2: .line 393
            aload 1 /* c */
            invokeinterface com.sun.tools.javac.parser.Tokens$Comment.isDeprecated:()Z
            ifeq 4
         3: .line 394
            iconst_1
            ireturn
        end local 1 // com.sun.tools.javac.parser.Tokens$Comment c
         4: .line 392
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 397
            iconst_0
            ireturn
        end local 0 // com.sun.tools.javac.parser.Tokens$Token this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/javac/parser/Tokens$Token;
            2    4     1     c  Lcom/sun/tools/javac/parser/Tokens$Comment;

  private com.sun.tools.javac.util.List<com.sun.tools.javac.parser.Tokens$Comment> getComments(com.sun.tools.javac.parser.Tokens$Comment$CommentStyle);
    descriptor: (Lcom/sun/tools/javac/parser/Tokens$Comment$CommentStyle;)Lcom/sun/tools/javac/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.parser.Tokens$Token this
        start local 1 // com.sun.tools.javac.parser.Tokens$Comment$CommentStyle style
         0: .line 401
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.Tokens$Token.comments:Lcom/sun/tools/javac/util/List;
            ifnonnull 2
         1: .line 402
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            areturn
         2: .line 404
      StackMap locals:
      StackMap stack:
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            astore 2 /* buf */
        start local 2 // com.sun.tools.javac.util.ListBuffer buf
         3: .line 405
            aload 0 /* this */
            getfield com.sun.tools.javac.parser.Tokens$Token.comments:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 7
      StackMap locals: com.sun.tools.javac.parser.Tokens$Token com.sun.tools.javac.parser.Tokens$Comment$CommentStyle com.sun.tools.javac.util.ListBuffer top java.util.Iterator
      StackMap stack:
         4: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.parser.Tokens$Comment
            astore 3 /* c */
        start local 3 // com.sun.tools.javac.parser.Tokens$Comment c
         5: .line 406
            aload 3 /* c */
            invokeinterface com.sun.tools.javac.parser.Tokens$Comment.getStyle:()Lcom/sun/tools/javac/parser/Tokens$Comment$CommentStyle;
            aload 1 /* style */
            if_acmpne 7
         6: .line 407
            aload 2 /* buf */
            aload 3 /* c */
            invokevirtual com.sun.tools.javac.util.ListBuffer.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // com.sun.tools.javac.parser.Tokens$Comment c
         7: .line 405
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 410
            aload 2 /* buf */
            invokevirtual com.sun.tools.javac.util.ListBuffer.toList:()Lcom/sun/tools/javac/util/List;
            areturn
        end local 2 // com.sun.tools.javac.util.ListBuffer buf
        end local 1 // com.sun.tools.javac.parser.Tokens$Comment$CommentStyle style
        end local 0 // com.sun.tools.javac.parser.Tokens$Token this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/sun/tools/javac/parser/Tokens$Token;
            0    9     1  style  Lcom/sun/tools/javac/parser/Tokens$Comment$CommentStyle;
            3    9     2    buf  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/parser/Tokens$Comment;>;
            5    7     3      c  Lcom/sun/tools/javac/parser/Tokens$Comment;
    Signature: (Lcom/sun/tools/javac/parser/Tokens$Comment$CommentStyle;)Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/parser/Tokens$Comment;>;
    MethodParameters:
       Name  Flags
      style  
}
SourceFile: "Tokens.java"
NestHost: com.sun.tools.javac.parser.Tokens
InnerClasses:
  public abstract Comment = com.sun.tools.javac.parser.Tokens$Comment of com.sun.tools.javac.parser.Tokens
  public final CommentStyle = com.sun.tools.javac.parser.Tokens$Comment$CommentStyle of com.sun.tools.javac.parser.Tokens$Comment
  public Token = com.sun.tools.javac.parser.Tokens$Token of com.sun.tools.javac.parser.Tokens
  final Tag = com.sun.tools.javac.parser.Tokens$Token$Tag of com.sun.tools.javac.parser.Tokens$Token
  public final TokenKind = com.sun.tools.javac.parser.Tokens$TokenKind of com.sun.tools.javac.parser.Tokens