public interface
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.sun.tools.javac.parser.Tokens$Comment
super_class: java.lang.Object
{
public abstract java.lang.String ();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract int (int);
descriptor: (I)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
index
public abstract com.sun.tools.javac.parser.Tokens$Comment$CommentStyle ();
descriptor: ()Lcom/sun/tools/javac/parser/Tokens$Comment$CommentStyle;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean ();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
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