public class com.sun.tools.javac.tree.DCTree$DCAttribute extends com.sun.tools.javac.tree.DCTree implements com.sun.source.doctree.AttributeTree
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.tools.javac.tree.DCTree$DCAttribute
super_class: com.sun.tools.javac.tree.DCTree
{
public final javax.lang.model.element.Name name;
descriptor: Ljavax/lang/model/element/Name;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final com.sun.source.doctree.AttributeTree$ValueKind vkind;
descriptor: Lcom/sun/source/doctree/AttributeTree$ValueKind;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final java.util.List<com.sun.tools.javac.tree.DCTree> value;
descriptor: Ljava/util/List;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Signature: Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;
void <init>(javax.lang.model.element.Name, com.sun.source.doctree.AttributeTree$ValueKind, java.util.List<com.sun.tools.javac.tree.DCTree>);
descriptor: (Ljavax/lang/model/element/Name;Lcom/sun/source/doctree/AttributeTree$ValueKind;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.<init>:()V
1: aload 2
getstatic com.sun.source.doctree.AttributeTree$ValueKind.EMPTY:Lcom/sun/source/doctree/AttributeTree$ValueKind;
if_acmpne 3
aload 3
ifnonnull 2
iconst_1
goto 5
StackMap locals: com.sun.tools.javac.tree.DCTree$DCAttribute javax.lang.model.element.Name com.sun.source.doctree.AttributeTree$ValueKind java.util.List
StackMap stack:
2: iconst_0
goto 5
StackMap locals:
StackMap stack:
3: aload 3
ifnull 4
iconst_1
goto 5
StackMap locals:
StackMap stack:
4: iconst_0
StackMap locals:
StackMap stack: int
5: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
6: aload 0
aload 1
putfield com.sun.tools.javac.tree.DCTree$DCAttribute.name:Ljavax/lang/model/element/Name;
7: aload 0
aload 2
putfield com.sun.tools.javac.tree.DCTree$DCAttribute.vkind:Lcom/sun/source/doctree/AttributeTree$ValueKind;
8: aload 0
aload 3
putfield com.sun.tools.javac.tree.DCTree$DCAttribute.value:Ljava/util/List;
9: return
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/tree/DCTree$DCAttribute;
0 10 1 name Ljavax/lang/model/element/Name;
0 10 2 vkind Lcom/sun/source/doctree/AttributeTree$ValueKind;
0 10 3 value Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;
Signature: (Ljavax/lang/model/element/Name;Lcom/sun/source/doctree/AttributeTree$ValueKind;Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;)V
MethodParameters:
Name Flags
name
vkind
value
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.ATTRIBUTE: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$DCAttribute;
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.visitAttribute:(Lcom/sun/source/doctree/AttributeTree;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$DCAttribute;
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 javax.lang.model.element.Name getName();
descriptor: ()Ljavax/lang/model/element/Name;
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$DCAttribute.name:Ljavax/lang/model/element/Name;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/tree/DCTree$DCAttribute;
public com.sun.source.doctree.AttributeTree$ValueKind getValueKind();
descriptor: ()Lcom/sun/source/doctree/AttributeTree$ValueKind;
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$DCAttribute.vkind:Lcom/sun/source/doctree/AttributeTree$ValueKind;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/tree/DCTree$DCAttribute;
public java.util.List<com.sun.tools.javac.tree.DCTree> getValue();
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$DCAttribute.value:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/tree/DCTree$DCAttribute;
Signature: ()Ljava/util/List<Lcom/sun/tools/javac/tree/DCTree;>;
}
SourceFile: "DCTree.java"
NestHost: com.sun.tools.javac.tree.DCTree
InnerClasses:
public final ValueKind = com.sun.source.doctree.AttributeTree$ValueKind of com.sun.source.doctree.AttributeTree
public final Kind = com.sun.source.doctree.DocTree$Kind of com.sun.source.doctree.DocTree
public DCAttribute = com.sun.tools.javac.tree.DCTree$DCAttribute of com.sun.tools.javac.tree.DCTree