public class AnnotationTypeNode extends KeyValueNodeImpl
| Constructor and Description |
|---|
AnnotationTypeNode() |
AnnotationTypeNode(AnnotationTypeNode node) |
| Modifier and Type | Method and Description |
|---|---|
Node |
copy() |
List<AnnotationTarget> |
getAllowedTargets() |
TypeDeclarationNode |
getDeclaredType() |
String |
getName() |
addChild, getEndPosition, getKey, 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 AnnotationTypeNode()
public AnnotationTypeNode(AnnotationTypeNode node)
public String getName()
public TypeDeclarationNode getDeclaredType()
@Nonnull public Node copy()
copy in interface Nodecopy in class KeyValueNodeImplpublic List<AnnotationTarget> getAllowedTargets()
Copyright © 2018. All rights reserved.