public class com.sun.tools.javac.tree.DCTree$DCValue extends com.sun.tools.javac.tree.DCTree$DCInlineTag implements com.sun.source.doctree.ValueTree
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.tools.javac.tree.DCTree$DCValue
super_class: com.sun.tools.javac.tree.DCTree$DCInlineTag
{
public final com.sun.tools.javac.tree.DCTree$DCReference ref;
descriptor: Lcom/sun/tools/javac/tree/DCTree$DCReference;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
void <init>(com.sun.tools.javac.tree.DCTree$DCReference);
descriptor: (Lcom/sun/tools/javac/tree/DCTree$DCReference;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial com.sun.tools.javac.tree.DCTree$DCInlineTag.<init>:()V
1: aload 0
aload 1
putfield com.sun.tools.javac.tree.DCTree$DCValue.ref:Lcom/sun/tools/javac/tree/DCTree$DCReference;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/javac/tree/DCTree$DCValue;
0 3 1 ref Lcom/sun/tools/javac/tree/DCTree$DCReference;
MethodParameters:
Name Flags
ref
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.VALUE: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$DCValue;
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.visitValue:(Lcom/sun/source/doctree/ValueTree;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$DCValue;
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 com.sun.source.doctree.ReferenceTree getReference();
descriptor: ()Lcom/sun/source/doctree/ReferenceTree;
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$DCValue.ref:Lcom/sun/tools/javac/tree/DCTree$DCReference;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/tree/DCTree$DCValue;
}
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 DCInlineTag = com.sun.tools.javac.tree.DCTree$DCInlineTag of com.sun.tools.javac.tree.DCTree
public DCReference = com.sun.tools.javac.tree.DCTree$DCReference of com.sun.tools.javac.tree.DCTree
public DCValue = com.sun.tools.javac.tree.DCTree$DCValue of com.sun.tools.javac.tree.DCTree