public abstract class AnnotationExpr extends Expression
Modifier and Type | Field and Description |
---|---|
protected NameExpr |
name |
ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration
Constructor and Description |
---|
AnnotationExpr() |
AnnotationExpr(NameExpr name) |
AnnotationExpr(Range range,
NameExpr name) |
Modifier and Type | Method and Description |
---|---|
NameExpr |
getName() |
AnnotationExpr |
setName(NameExpr name) |
addOrphanComment, clone, containsWithin, equals, getAllContainedComments, getBegin, getChildNodes, getComment, getEnd, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getRange, getUserData, hasComment, hashCode, isPositionedAfter, isPositionedBefore, remove, setAsParentNodeOf, setBegin, setBlockComment, setComment, setEnd, setLineComment, setParentNode, setRange, setUserData, toString, toString, tryAddImportToParentCompilationUnit
finalize, getClass, notify, notifyAll, wait, wait, wait
getAncestorOfType, setAsParentNodeOf, setAsParentNodeOf
protected NameExpr name
public AnnotationExpr()
public AnnotationExpr(NameExpr name)
public NameExpr getName()
public AnnotationExpr setName(NameExpr name)
Copyright © 2007–2016. All rights reserved.