class com.sun.tools.javac.parser.DocCommentParser$15 extends com.sun.tools.javac.parser.DocCommentParser$TagParser
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.javac.parser.DocCommentParser$15
super_class: com.sun.tools.javac.parser.DocCommentParser$TagParser
{
final com.sun.tools.javac.parser.DocCommentParser this$0;
descriptor: Lcom/sun/tools/javac/parser/DocCommentParser;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.tools.javac.parser.DocCommentParser, com.sun.tools.javac.parser.DocCommentParser$TagParser$Kind, com.sun.source.doctree.DocTree$Kind);
descriptor: (Lcom/sun/tools/javac/parser/DocCommentParser;Lcom/sun/tools/javac/parser/DocCommentParser$TagParser$Kind;Lcom/sun/source/doctree/DocTree$Kind;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 // com.sun.tools.javac.parser.DocCommentParser$15 this
start local 2 // com.sun.tools.javac.parser.DocCommentParser$TagParser$Kind $anonymous0
start local 3 // com.sun.source.doctree.DocTree$Kind $anonymous1
0: .line 1273
aload 0 /* this */
aload 1
putfield com.sun.tools.javac.parser.DocCommentParser$15.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
aload 0 /* this */
aload 2 /* $anonymous0 */
aload 3 /* $anonymous1 */
invokespecial com.sun.tools.javac.parser.DocCommentParser$TagParser.<init>:(Lcom/sun/tools/javac/parser/DocCommentParser$TagParser$Kind;Lcom/sun/source/doctree/DocTree$Kind;)V
return
end local 3 // com.sun.source.doctree.DocTree$Kind $anonymous1
end local 2 // com.sun.tools.javac.parser.DocCommentParser$TagParser$Kind $anonymous0
end local 0 // com.sun.tools.javac.parser.DocCommentParser$15 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/parser/DocCommentParser$15;
0 1 2 $anonymous0 Lcom/sun/tools/javac/parser/DocCommentParser$TagParser$Kind;
0 1 3 $anonymous1 Lcom/sun/source/doctree/DocTree$Kind;
MethodParameters:
Name Flags
this$0 final
$anonymous0
$anonymous1
public com.sun.tools.javac.tree.DCTree parse(int);
descriptor: (I)Lcom/sun/tools/javac/tree/DCTree;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=2
start local 0 // com.sun.tools.javac.parser.DocCommentParser$15 this
start local 1 // int pos
0: .line 1275
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$15.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
invokevirtual com.sun.tools.javac.parser.DocCommentParser.skipWhitespace:()V
1: .line 1276
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$15.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
getfield com.sun.tools.javac.parser.DocCommentParser.ch:C
lookupswitch { // 4
26: 13
34: 2
60: 8
64: 11
default: 15
}
2: .line 1278
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$15.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
invokevirtual com.sun.tools.javac.parser.DocCommentParser.quotedString:()Lcom/sun/tools/javac/tree/DCTree$DCText;
astore 2 /* string */
start local 2 // com.sun.tools.javac.tree.DCTree$DCText string
3: .line 1279
aload 2 /* string */
ifnull 19
4: .line 1280
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$15.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
invokevirtual com.sun.tools.javac.parser.DocCommentParser.skipWhitespace:()V
5: .line 1281
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$15.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
getfield com.sun.tools.javac.parser.DocCommentParser.ch:C
bipush 64
if_icmpeq 7
6: .line 1282
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$15.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
getfield com.sun.tools.javac.parser.DocCommentParser.ch:C
bipush 26
if_icmpne 19
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$15.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
getfield com.sun.tools.javac.parser.DocCommentParser.bp:I
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$15.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
getfield com.sun.tools.javac.parser.DocCommentParser.buf:[C
arraylength
iconst_1
isub
if_icmpne 19
7: .line 1283
StackMap locals: com.sun.tools.javac.tree.DCTree$DCText
StackMap stack:
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$15.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
getfield com.sun.tools.javac.parser.DocCommentParser.m:Lcom/sun/tools/javac/tree/DocTreeMaker;
iload 1 /* pos */
invokevirtual com.sun.tools.javac.tree.DocTreeMaker.at:(I)Lcom/sun/tools/javac/tree/DocTreeMaker;
aload 2 /* string */
invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
invokevirtual com.sun.tools.javac.tree.DocTreeMaker.newSeeTree:(Ljava/util/List;)Lcom/sun/tools/javac/tree/DCTree$DCSee;
areturn
end local 2 // com.sun.tools.javac.tree.DCTree$DCText string
8: .line 1289
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$15.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
invokevirtual com.sun.tools.javac.parser.DocCommentParser.blockContent:()Lcom/sun/tools/javac/util/List;
astore 3 /* html */
start local 3 // com.sun.tools.javac.util.List html
9: .line 1290
aload 3 /* html */
ifnull 19
10: .line 1291
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$15.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
getfield com.sun.tools.javac.parser.DocCommentParser.m:Lcom/sun/tools/javac/tree/DocTreeMaker;
iload 1 /* pos */
invokevirtual com.sun.tools.javac.tree.DocTreeMaker.at:(I)Lcom/sun/tools/javac/tree/DocTreeMaker;
aload 3 /* html */
invokevirtual com.sun.tools.javac.tree.DocTreeMaker.newSeeTree:(Ljava/util/List;)Lcom/sun/tools/javac/tree/DCTree$DCSee;
areturn
end local 3 // com.sun.tools.javac.util.List html
11: .line 1295
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$15.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
getfield com.sun.tools.javac.parser.DocCommentParser.newline:Z
ifeq 19
12: .line 1296
new com.sun.tools.javac.parser.DocCommentParser$ParseException
dup
ldc "dc.no.content"
invokespecial com.sun.tools.javac.parser.DocCommentParser$ParseException.<init>:(Ljava/lang/String;)V
athrow
13: .line 1300
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$15.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
getfield com.sun.tools.javac.parser.DocCommentParser.bp:I
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$15.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
getfield com.sun.tools.javac.parser.DocCommentParser.buf:[C
arraylength
iconst_1
isub
if_icmpne 19
14: .line 1301
new com.sun.tools.javac.parser.DocCommentParser$ParseException
dup
ldc "dc.no.content"
invokespecial com.sun.tools.javac.parser.DocCommentParser$ParseException.<init>:(Ljava/lang/String;)V
athrow
15: .line 1305
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$15.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$15.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
getfield com.sun.tools.javac.parser.DocCommentParser.ch:C
invokevirtual com.sun.tools.javac.parser.DocCommentParser.isJavaIdentifierStart:(C)Z
ifne 16
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$15.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
getfield com.sun.tools.javac.parser.DocCommentParser.ch:C
bipush 35
if_icmpne 19
16: .line 1306
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$15.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
iconst_1
invokevirtual com.sun.tools.javac.parser.DocCommentParser.reference:(Z)Lcom/sun/tools/javac/tree/DCTree$DCReference;
astore 4 /* ref */
start local 4 // com.sun.tools.javac.tree.DCTree$DCReference ref
17: .line 1307
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$15.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
invokevirtual com.sun.tools.javac.parser.DocCommentParser.blockContent:()Lcom/sun/tools/javac/util/List;
astore 5 /* description */
start local 5 // com.sun.tools.javac.util.List description
18: .line 1308
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$15.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
getfield com.sun.tools.javac.parser.DocCommentParser.m:Lcom/sun/tools/javac/tree/DocTreeMaker;
iload 1 /* pos */
invokevirtual com.sun.tools.javac.tree.DocTreeMaker.at:(I)Lcom/sun/tools/javac/tree/DocTreeMaker;
aload 5 /* description */
aload 4 /* ref */
invokevirtual com.sun.tools.javac.util.List.prepend:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
invokevirtual com.sun.tools.javac.tree.DocTreeMaker.newSeeTree:(Ljava/util/List;)Lcom/sun/tools/javac/tree/DCTree$DCSee;
areturn
end local 5 // com.sun.tools.javac.util.List description
end local 4 // com.sun.tools.javac.tree.DCTree$DCReference ref
19: .line 1311
StackMap locals:
StackMap stack:
new com.sun.tools.javac.parser.DocCommentParser$ParseException
dup
ldc "dc.unexpected.content"
invokespecial com.sun.tools.javac.parser.DocCommentParser$ParseException.<init>:(Ljava/lang/String;)V
athrow
end local 1 // int pos
end local 0 // com.sun.tools.javac.parser.DocCommentParser$15 this
LocalVariableTable:
Start End Slot Name Signature
0 20 0 this Lcom/sun/tools/javac/parser/DocCommentParser$15;
0 20 1 pos I
3 8 2 string Lcom/sun/tools/javac/tree/DCTree$DCText;
9 11 3 html Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/DCTree;>;
17 19 4 ref Lcom/sun/tools/javac/tree/DCTree$DCReference;
18 19 5 description Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/tree/DCTree;>;
Exceptions:
throws com.sun.tools.javac.parser.DocCommentParser$ParseException
MethodParameters:
Name Flags
pos
}
SourceFile: "DocCommentParser.java"
EnclosingMethod: com.sun.tools.javac.parser.DocCommentParser.initTagParsers:()V
NestHost: com.sun.tools.javac.parser.DocCommentParser
InnerClasses:
public final Kind = com.sun.source.doctree.DocTree$Kind of com.sun.source.doctree.DocTree
com.sun.tools.javac.parser.DocCommentParser$15
ParseException = com.sun.tools.javac.parser.DocCommentParser$ParseException of com.sun.tools.javac.parser.DocCommentParser
abstract TagParser = com.sun.tools.javac.parser.DocCommentParser$TagParser of com.sun.tools.javac.parser.DocCommentParser
final Kind = com.sun.tools.javac.parser.DocCommentParser$TagParser$Kind of com.sun.tools.javac.parser.DocCommentParser$TagParser
public DCReference = com.sun.tools.javac.tree.DCTree$DCReference of com.sun.tools.javac.tree.DCTree
public DCSee = com.sun.tools.javac.tree.DCTree$DCSee of com.sun.tools.javac.tree.DCTree
public DCText = com.sun.tools.javac.tree.DCTree$DCText of com.sun.tools.javac.tree.DCTree