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> ;
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 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.sun.tools.javac.parser.Tokens$Token.kind:Lcom/sun/tools/javac/parser/Tokens$TokenKind;
2: aload 0
iload 2
putfield com.sun.tools.javac.parser.Tokens$Token.pos:I
3: aload 0
iload 3
putfield com.sun.tools.javac.parser.Tokens$Token.endPos:I
4: aload 0
aload 4
putfield com.sun.tools.javac.parser.Tokens$Token.comments:Lcom/sun/tools/javac/util/List;
5: aload 0
invokevirtual com.sun.tools.javac.parser.Tokens$Token.checkKind:()V
6: return
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
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
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: 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
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: StackMap locals:
StackMap stack:
aload 1
aload 0
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
start local 2 3: aload 1
aload 0
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
start local 3 4: aload 2
ifnull 5
aload 3
ifnonnull 6
5: 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: StackMap locals:
StackMap stack:
iconst_2
anewarray com.sun.tools.javac.parser.Tokens$Token
dup
iconst_0
7: new com.sun.tools.javac.parser.Tokens$Token
dup
aload 2
aload 0
getfield com.sun.tools.javac.parser.Tokens$Token.pos:I
aload 0
getfield com.sun.tools.javac.parser.Tokens$Token.pos:I
aload 2
getfield com.sun.tools.javac.parser.Tokens$TokenKind.name:Ljava/lang/String;
invokevirtual java.lang.String.length:()I
iadd
aload 0
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: new com.sun.tools.javac.parser.Tokens$Token
dup
aload 3
aload 0
getfield com.sun.tools.javac.parser.Tokens$Token.pos:I
aload 2
getfield com.sun.tools.javac.parser.Tokens$TokenKind.name:Ljava/lang/String;
invokevirtual java.lang.String.length:()I
iadd
aload 0
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: areturn
end local 3 end local 2 end local 1 end local 0 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 0: aload 0
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: 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: StackMap locals:
StackMap stack:
return
end local 0 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 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 0 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 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 0 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 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 0 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 (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 start local 1 0: aload 0
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
start local 2 1: aload 2
invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
ifeq 3
2: aconst_null
goto 4
3: StackMap locals: com.sun.tools.javac.util.List
StackMap stack:
aload 2
getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
checkcast com.sun.tools.javac.parser.Tokens$Comment
4: StackMap locals:
StackMap stack: com.sun.tools.javac.parser.Tokens$Comment
areturn
end local 2 end local 1 end local 0 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 0: aload 0
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
start local 1 2: aload 1
invokeinterface com.sun.tools.javac.parser.Tokens$Comment.isDeprecated:()Z
ifeq 4
3: iconst_1
ireturn
end local 1 4: StackMap locals:
StackMap stack:
aload 2
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
5: iconst_0
ireturn
end local 0 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 start local 1 0: aload 0
getfield com.sun.tools.javac.parser.Tokens$Token.comments:Lcom/sun/tools/javac/util/List;
ifnonnull 2
1: invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
areturn
2: StackMap locals:
StackMap stack:
new com.sun.tools.javac.util.ListBuffer
dup
invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
astore 2
start local 2 3: aload 0
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
start local 3 5: aload 3
invokeinterface com.sun.tools.javac.parser.Tokens$Comment.getStyle:()Lcom/sun/tools/javac/parser/Tokens$Comment$CommentStyle;
aload 1
if_acmpne 7
6: aload 2
aload 3
invokevirtual com.sun.tools.javac.util.ListBuffer.add:(Ljava/lang/Object;)Z
pop
end local 3 7: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 4
8: aload 2
invokevirtual com.sun.tools.javac.util.ListBuffer.toList:()Lcom/sun/tools/javac/util/List;
areturn
end local 2 end local 1 end local 0 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