public final class SingleMemberAnnotationExpr extends AnnotationExpr
@Count(15)Node.ObserverRegistrationMode, Node.ParsednessnameABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration, SYMBOL_RESOLVER_KEY| Constructor and Description |
|---|
SingleMemberAnnotationExpr() |
SingleMemberAnnotationExpr(Name name,
Expression memberValue) |
SingleMemberAnnotationExpr(TokenRange tokenRange,
Name name,
Expression memberValue)
This constructor is used by the parser and is considered private.
|
| Modifier and Type | Method and Description |
|---|---|
<R,A> R |
accept(GenericVisitor<R,A> v,
A arg)
Accept method for visitor support.
|
<A> void |
accept(VoidVisitor<A> v,
A arg)
Accept method for visitor support.
|
SingleMemberAnnotationExpr |
asSingleMemberAnnotationExpr() |
SingleMemberAnnotationExpr |
clone() |
Expression |
getMemberValue() |
SingleMemberAnnotationExprMetaModel |
getMetaModel() |
void |
ifSingleMemberAnnotationExpr(Consumer<SingleMemberAnnotationExpr> action) |
boolean |
isSingleMemberAnnotationExpr() |
boolean |
remove(Node node) |
boolean |
replace(Node node,
Node replacementNode) |
SingleMemberAnnotationExpr |
setMemberValue(Expression memberValue) |
asAnnotationExpr, getName, ifAnnotationExpr, isAnnotationExpr, setNameasArrayAccessExpr, asArrayCreationExpr, asArrayInitializerExpr, asAssignExpr, asBinaryExpr, asBooleanLiteralExpr, asCastExpr, asCharLiteralExpr, asClassExpr, asConditionalExpr, asDoubleLiteralExpr, asEnclosedExpr, asFieldAccessExpr, asInstanceOfExpr, asIntegerLiteralExpr, asLambdaExpr, asLiteralExpr, asLiteralStringValueExpr, asLongLiteralExpr, asMarkerAnnotationExpr, asMethodCallExpr, asMethodReferenceExpr, asNameExpr, asNormalAnnotationExpr, asNullLiteralExpr, asObjectCreationExpr, asStringLiteralExpr, asSuperExpr, asThisExpr, asTypeExpr, asUnaryExpr, asVariableDeclarationExpr, ifArrayAccessExpr, ifArrayCreationExpr, ifArrayInitializerExpr, ifAssignExpr, ifBinaryExpr, ifBooleanLiteralExpr, ifCastExpr, ifCharLiteralExpr, ifClassExpr, ifConditionalExpr, ifDoubleLiteralExpr, ifEnclosedExpr, ifFieldAccessExpr, ifInstanceOfExpr, ifIntegerLiteralExpr, ifLambdaExpr, ifLiteralExpr, ifLiteralStringValueExpr, ifLongLiteralExpr, ifMarkerAnnotationExpr, ifMethodCallExpr, ifMethodReferenceExpr, ifNameExpr, ifNormalAnnotationExpr, ifNullLiteralExpr, ifObjectCreationExpr, ifStringLiteralExpr, ifSuperExpr, ifThisExpr, ifTypeExpr, ifUnaryExpr, ifVariableDeclarationExpr, isArrayAccessExpr, isArrayCreationExpr, isArrayInitializerExpr, isAssignExpr, isBinaryExpr, isBooleanLiteralExpr, isCastExpr, isCharLiteralExpr, isClassExpr, isConditionalExpr, isDoubleLiteralExpr, isEnclosedExpr, isFieldAccessExpr, isInstanceOfExpr, isIntegerLiteralExpr, isLambdaExpr, isLiteralExpr, isLiteralStringValueExpr, isLongLiteralExpr, isMarkerAnnotationExpr, isMethodCallExpr, isMethodReferenceExpr, isNameExpr, isNormalAnnotationExpr, isNullLiteralExpr, isObjectCreationExpr, isStringLiteralExpr, isSuperExpr, isThisExpr, isTypeExpr, isUnaryExpr, isVariableDeclarationExpraddOrphanComment, containsData, customInitialization, equals, findCompilationUnit, findRootNode, getAllContainedComments, getChildNodes, getChildNodesByType, getComment, getData, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getParsed, getRange, getSymbolResolver, getTokenRange, hasComment, hashCode, isRegistered, notifyPropertyChange, register, register, registerForSubtree, remove, removeComment, removeForced, removeOrphanComment, replace, setAsParentNodeOf, setAsParentNodeOf, setBlockComment, setComment, setData, setLineComment, setParentNode, setParsed, setRange, setTokenRange, toString, toString, tryAddImportToParentCompilationUnit, unregisterfinalize, getClass, notify, notifyAll, wait, wait, waitgetNameAsString, setNamegetAncestorOfTypecontainsWithin, getBegin, getEnd, isPositionedAfter, isPositionedBeforepublic SingleMemberAnnotationExpr()
public SingleMemberAnnotationExpr(Name name, Expression memberValue)
@Generated(value="com.github.javaparser.generator.core.node.MainConstructorGenerator") public SingleMemberAnnotationExpr(TokenRange tokenRange, Name name, Expression memberValue)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
VisitableR - the type of the return value of the visitorA - the type the user argument passed to the visitorv - the visitor implementationarg - the argument passed to the visitor (of type A)public <A> void accept(VoidVisitor<A> v, A arg)
VisitableA - the type the argument passed for the visitorv - the visitor implementationarg - any value relevant for the visitor (of type A)@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public Expression getMemberValue()
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public SingleMemberAnnotationExpr setMemberValue(Expression memberValue)
@Generated(value="com.github.javaparser.generator.core.node.RemoveMethodGenerator") public boolean remove(Node node)
remove in class AnnotationExpr@Generated(value="com.github.javaparser.generator.core.node.CloneGenerator") public SingleMemberAnnotationExpr clone()
clone in class AnnotationExpr@Generated(value="com.github.javaparser.generator.core.node.GetMetaModelGenerator") public SingleMemberAnnotationExprMetaModel getMetaModel()
getMetaModel in class AnnotationExpr@Generated(value="com.github.javaparser.generator.core.node.ReplaceMethodGenerator") public boolean replace(Node node, Node replacementNode)
replace in class AnnotationExpr@Generated(value="com.github.javaparser.generator.core.node.TypeCastingGenerator") public boolean isSingleMemberAnnotationExpr()
isSingleMemberAnnotationExpr in class Expression@Generated(value="com.github.javaparser.generator.core.node.TypeCastingGenerator") public SingleMemberAnnotationExpr asSingleMemberAnnotationExpr()
asSingleMemberAnnotationExpr in class Expression@Generated(value="com.github.javaparser.generator.core.node.TypeCastingGenerator") public void ifSingleMemberAnnotationExpr(Consumer<SingleMemberAnnotationExpr> action)
ifSingleMemberAnnotationExpr in class ExpressionCopyright © 2007–2017. All rights reserved.