class com.sun.tools.javac.parser.DocCommentParser$7 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$7
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$7 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 1168
aload 0 /* this */
aload 1
putfield com.sun.tools.javac.parser.DocCommentParser$7.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$7 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/parser/DocCommentParser$7;
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=4, args_size=2
start local 0 // com.sun.tools.javac.parser.DocCommentParser$7 this
start local 1 // int pos
0: .line 1170
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$7.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
invokevirtual com.sun.tools.javac.parser.DocCommentParser.skipWhitespace:()V
1: .line 1171
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$7.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
getfield com.sun.tools.javac.parser.DocCommentParser.ch:C
bipush 125
if_icmpne 3
2: .line 1172
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
3: .line 1174
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$7.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
getfield com.sun.tools.javac.parser.DocCommentParser.ch:C
bipush 34
if_icmpne 4
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$7.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
invokevirtual com.sun.tools.javac.parser.DocCommentParser.quotedString:()Lcom/sun/tools/javac/tree/DCTree$DCText;
goto 5
StackMap locals:
StackMap stack:
4: aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$7.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
invokevirtual com.sun.tools.javac.parser.DocCommentParser.inlineWord:()Lcom/sun/tools/javac/tree/DCTree$DCText;
StackMap locals:
StackMap stack: com.sun.tools.javac.tree.DCTree$DCText
5: astore 2 /* term */
start local 2 // com.sun.tools.javac.tree.DCTree term
6: .line 1175
aload 2 /* term */
ifnonnull 8
7: .line 1176
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
8: .line 1178
StackMap locals: com.sun.tools.javac.tree.DCTree
StackMap stack:
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$7.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
invokevirtual com.sun.tools.javac.parser.DocCommentParser.skipWhitespace:()V
9: .line 1179
invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
astore 3 /* description */
start local 3 // com.sun.tools.javac.util.List description
10: .line 1180
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$7.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
getfield com.sun.tools.javac.parser.DocCommentParser.ch:C
bipush 125
if_icmpeq 13
11: .line 1181
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$7.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
invokevirtual com.sun.tools.javac.parser.DocCommentParser.inlineContent:()Lcom/sun/tools/javac/util/List;
astore 3 /* description */
12: .line 1182
goto 14
13: .line 1183
StackMap locals: com.sun.tools.javac.util.List
StackMap stack:
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$7.this$0:Lcom/sun/tools/javac/parser/DocCommentParser;
invokevirtual com.sun.tools.javac.parser.DocCommentParser.nextChar:()V
14: .line 1185
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield com.sun.tools.javac.parser.DocCommentParser$7.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 /* term */
aload 3 /* description */
invokevirtual com.sun.tools.javac.tree.DocTreeMaker.newIndexTree:(Lcom/sun/source/doctree/DocTree;Ljava/util/List;)Lcom/sun/tools/javac/tree/DCTree$DCIndex;
areturn
end local 3 // com.sun.tools.javac.util.List description
end local 2 // com.sun.tools.javac.tree.DCTree term
end local 1 // int pos
end local 0 // com.sun.tools.javac.parser.DocCommentParser$7 this
LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/sun/tools/javac/parser/DocCommentParser$7;
0 15 1 pos I
6 15 2 term Lcom/sun/tools/javac/tree/DCTree;
10 15 3 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$7
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 DCIndex = com.sun.tools.javac.tree.DCTree$DCIndex of com.sun.tools.javac.tree.DCTree
public DCText = com.sun.tools.javac.tree.DCTree$DCText of com.sun.tools.javac.tree.DCTree