Package | Description |
---|---|
com.sun.source.doctree |
Provides interfaces to represent documentation comments as abstract syntax
trees (AST).
|
com.sun.tools.javac.tree |
Modifier and Type | Method and Description |
---|---|
AttributeTree.ValueKind |
AttributeTree.getValueKind() |
static AttributeTree.ValueKind |
AttributeTree.ValueKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeTree.ValueKind[] |
AttributeTree.ValueKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
AttributeTree.ValueKind |
DCTree.DCAttribute.vkind |
Modifier and Type | Method and Description |
---|---|
AttributeTree.ValueKind |
DCTree.DCAttribute.getValueKind() |
Modifier and Type | Method and Description |
---|---|
DCTree.DCAttribute |
DocTreeMaker.Attribute(Name name,
AttributeTree.ValueKind vkind,
List<DCTree> value) |
Copyright © 2017 earcam. All rights reserved.