public class AnnotationNode extends KeyValueNodeImpl implements OverlayableNode
| Constructor and Description |
|---|
AnnotationNode() |
AnnotationNode(AnnotationNode node) |
| Modifier and Type | Method and Description |
|---|---|
Node |
copy() |
AnnotationTypeNode |
getAnnotationTypeNode() |
AnnotationReferenceNode |
getKey() |
String |
getName() |
AnnotationTarget |
getTarget() |
addChild, getEndPosition, getStartPosition, getType, getValue, setEndPosition, setStartPosition, setValue, toStringaddChild, annotate, annotations, findAncestorWith, findDescendantsWith, get, getChildren, getContextNode, getParent, getRootNode, getSource, removeChild, removeChildren, replaceTree, replaceWith, setChild, setContextNode, setParent, setSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddChild, annotate, annotations, findAncestorWith, findDescendantsWith, get, getChildren, getContextNode, getParent, getRootNode, getSource, removeChild, removeChildren, replaceTree, replaceWith, setChild, setContextNode, setParent, setSourcepublic AnnotationNode()
public AnnotationNode(AnnotationNode node)
public String getName()
@Nullable public AnnotationTypeNode getAnnotationTypeNode()
@Nonnull public Node copy()
copy in interface Nodecopy in class KeyValueNodeImplpublic AnnotationReferenceNode getKey()
getKey in interface KeyValueNodegetKey in class KeyValueNodeImplpublic AnnotationTarget getTarget()
Copyright © 2018. All rights reserved.