public abstract class AnnotationExpr extends Expression implements NodeWithName<AnnotationExpr>
Node.ObserverRegistrationMode
Modifier and Type | Field and Description |
---|---|
protected Name |
name |
ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration
Constructor and Description |
---|
AnnotationExpr() |
AnnotationExpr(Name name) |
AnnotationExpr(Range range,
Name name) |
Modifier and Type | Method and Description |
---|---|
Name |
getName() |
AnnotationExpr |
setName(Name name) |
addOrphanComment, clone, containsWithin, equals, getAllContainedComments, getBegin, getChildNodes, getComment, getData, getEnd, getNodeLists, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getRange, hasComment, hashCode, isPositionedAfter, isPositionedBefore, isRegistered, notifyPropertyChange, register, register, registerForSubtree, remove, setAsParentNodeOf, setBlockComment, setComment, setData, setLineComment, setParentNode, setRange, toString, toString, tryAddImportToParentCompilationUnit, unregister
finalize, getClass, notify, notifyAll, wait, wait, wait
getNameAsString, setName
getAncestorOfType, setAsParentNodeOf, setAsParentNodeOf
protected Name name
public AnnotationExpr()
public AnnotationExpr(Name name)
public Name getName()
getName
in interface NodeWithName<AnnotationExpr>
public AnnotationExpr setName(Name name)
setName
in interface NodeWithName<AnnotationExpr>
Copyright © 2007–2016. All rights reserved.