public class AnnotationNode extends KeyValueNodeImpl
| Constructor and Description |
|---|
AnnotationNode() |
AnnotationNode(AnnotationNode node) |
| Modifier and Type | Method and Description |
|---|---|
Node |
copy()
Creates a new copy of this node
|
AnnotationTypeNode |
getAnnotationTypeNode() |
AnnotationReferenceNode |
getKey() |
String |
getName() |
addChild, getEndPosition, getStartPosition, getType, getValue, setEndPosition, setStartPosition, setValue, toStringaddChild, findAncestorWith, findDescendantsWith, get, getChildren, getParent, getRootNode, getSource, removeChild, replaceWith, setChild, setParent, setSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddChild, findAncestorWith, findDescendantsWith, get, getChildren, getParent, getRootNode, getSource, removeChild, replaceWith, setChild, setParent, setSourcepublic AnnotationNode()
public AnnotationNode(AnnotationNode node)
public String getName()
@Nullable public AnnotationTypeNode getAnnotationTypeNode()
@Nonnull public Node copy()
Nodecopy in interface Nodecopy in class KeyValueNodeImplpublic AnnotationReferenceNode getKey()
getKey in interface KeyValueNodegetKey in class KeyValueNodeImplCopyright © 2016. All rights reserved.