public class com.sun.tools.javac.tree.DCTree$DCParam extends com.sun.tools.javac.tree.DCTree$DCBlockTag implements com.sun.source.doctree.ParamTree
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.tools.javac.tree.DCTree$DCParam
super_class: com.sun.tools.javac.tree.DCTree$DCBlockTag
{
public final boolean isTypeParameter;
descriptor: Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final com.sun.tools.javac.tree.DCTree$DCIdentifier name;
descriptor: Lcom/sun/tools/javac/tree/DCTree$DCIdentifier;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final java.util.List<com.sun.tools.javac.tree.DCTree> description;
descriptor: Ljava/util/List;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Signature: Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;
void <init>(boolean, com.sun.tools.javac.tree.DCTree$DCIdentifier, java.util.List<com.sun.tools.javac.tree.DCTree>);
descriptor: (ZLcom/sun/tools/javac/tree/DCTree$DCIdentifier;Ljava/util/List;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial com.sun.tools.javac.tree.DCTree$DCBlockTag.<init>:()V
1: aload 0
iload 1
putfield com.sun.tools.javac.tree.DCTree$DCParam.isTypeParameter:Z
2: aload 0
aload 2
putfield com.sun.tools.javac.tree.DCTree$DCParam.name:Lcom/sun/tools/javac/tree/DCTree$DCIdentifier;
3: aload 0
aload 3
putfield com.sun.tools.javac.tree.DCTree$DCParam.description:Ljava/util/List;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/tools/javac/tree/DCTree$DCParam;
0 5 1 isTypeParameter Z
0 5 2 name Lcom/sun/tools/javac/tree/DCTree$DCIdentifier;
0 5 3 description Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;
Signature: (ZLcom/sun/tools/javac/tree/DCTree$DCIdentifier;Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;)V
MethodParameters:
Name Flags
isTypeParameter
name
description
public com.sun.source.doctree.DocTree$Kind getKind();
descriptor: ()Lcom/sun/source/doctree/DocTree$Kind;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic com.sun.source.doctree.DocTree$Kind.PARAM:Lcom/sun/source/doctree/DocTree$Kind;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/tree/DCTree$DCParam;
public <R, D> R accept(com.sun.source.doctree.DocTreeVisitor<R, D>, );
descriptor: (Lcom/sun/source/doctree/DocTreeVisitor;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
aload 0
aload 2
invokeinterface com.sun.source.doctree.DocTreeVisitor.visitParam:(Lcom/sun/source/doctree/ParamTree;Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/tree/DCTree$DCParam;
0 1 1 v Lcom/sun/source/doctree/DocTreeVisitor<TR;TD;>;
0 1 2 d TD;
Signature: <R:Ljava/lang/Object;D:Ljava/lang/Object;>(Lcom/sun/source/doctree/DocTreeVisitor<TR;TD;>;TD;)TR;
MethodParameters:
Name Flags
v
d
public boolean isTypeParameter();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.javac.tree.DCTree$DCParam.isTypeParameter:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/tree/DCTree$DCParam;
public com.sun.source.doctree.IdentifierTree getName();
descriptor: ()Lcom/sun/source/doctree/IdentifierTree;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.javac.tree.DCTree$DCParam.name:Lcom/sun/tools/javac/tree/DCTree$DCIdentifier;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/tree/DCTree$DCParam;
public java.util.List<? extends com.sun.source.doctree.DocTree> getDescription();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.javac.tree.DCTree$DCParam.description:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/tree/DCTree$DCParam;
Signature: ()Ljava/util/List<+Lcom/sun/source/doctree/DocTree;>;
}
SourceFile: "DCTree.java"
NestHost: com.sun.tools.javac.tree.DCTree
InnerClasses:
public final Kind = com.sun.source.doctree.DocTree$Kind of com.sun.source.doctree.DocTree
public abstract DCBlockTag = com.sun.tools.javac.tree.DCTree$DCBlockTag of com.sun.tools.javac.tree.DCTree
public DCIdentifier = com.sun.tools.javac.tree.DCTree$DCIdentifier of com.sun.tools.javac.tree.DCTree
public DCParam = com.sun.tools.javac.tree.DCTree$DCParam of com.sun.tools.javac.tree.DCTree