Uses of Class
com.github.javaparser.ast.expr.NormalAnnotationExpr
-
Packages that use NormalAnnotationExpr Package Description com.github.javaparser.ast.expr com.github.javaparser.ast.nodeTypes com.github.javaparser.ast.visitor com.github.javaparser.printer -
-
Uses of NormalAnnotationExpr in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return NormalAnnotationExpr Modifier and Type Method Description NormalAnnotationExprNormalAnnotationExpr. addPair(String key, Expression value)adds a pair to this annotationNormalAnnotationExprNormalAnnotationExpr. addPair(String key, String value)adds a pair to this annotationNormalAnnotationExprExpression. asNormalAnnotationExpr()NormalAnnotationExprNormalAnnotationExpr. asNormalAnnotationExpr()NormalAnnotationExprNormalAnnotationExpr. clone()NormalAnnotationExprNormalAnnotationExpr. setPairs(NodeList<MemberValuePair> pairs)Methods in com.github.javaparser.ast.expr that return types with arguments of type NormalAnnotationExpr Modifier and Type Method Description Optional<NormalAnnotationExpr>Expression. toNormalAnnotationExpr()Optional<NormalAnnotationExpr>NormalAnnotationExpr. toNormalAnnotationExpr()Method parameters in com.github.javaparser.ast.expr with type arguments of type NormalAnnotationExpr Modifier and Type Method Description voidExpression. ifNormalAnnotationExpr(Consumer<NormalAnnotationExpr> action)voidNormalAnnotationExpr. ifNormalAnnotationExpr(Consumer<NormalAnnotationExpr> action) -
Uses of NormalAnnotationExpr in com.github.javaparser.ast.nodeTypes
Methods in com.github.javaparser.ast.nodeTypes that return NormalAnnotationExpr Modifier and Type Method Description default NormalAnnotationExprNodeWithAnnotations. addAndGetAnnotation(Class<? extends Annotation> clazz)Annotates this node and automatically add the importdefault NormalAnnotationExprNodeWithAnnotations. addAndGetAnnotation(String name)Annotates this -
Uses of NormalAnnotationExpr in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type NormalAnnotationExpr Modifier and Type Method Description VisitableCloneVisitor. visit(NormalAnnotationExpr n, Object arg)BooleanEqualsVisitor. visit(NormalAnnotationExpr n, Visitable arg)List<R>GenericListVisitorAdapter. visit(NormalAnnotationExpr n, A arg)RGenericVisitor. visit(NormalAnnotationExpr n, A arg)RGenericVisitorAdapter. visit(NormalAnnotationExpr n, A arg)RGenericVisitorWithDefaults. visit(NormalAnnotationExpr n, A arg)IntegerHashCodeVisitor. visit(NormalAnnotationExpr n, Void arg)VisitableModifierVisitor. visit(NormalAnnotationExpr n, A arg)BooleanNoCommentEqualsVisitor. visit(NormalAnnotationExpr n, Visitable arg)IntegerNoCommentHashCodeVisitor. visit(NormalAnnotationExpr n, Void arg)voidNodeFinderVisitor. visit(NormalAnnotationExpr n, Range arg)BooleanObjectIdentityEqualsVisitor. visit(NormalAnnotationExpr n, Visitable arg)IntegerObjectIdentityHashCodeVisitor. visit(NormalAnnotationExpr n, Void arg)voidVoidVisitor. visit(NormalAnnotationExpr n, A arg)voidVoidVisitorAdapter. visit(NormalAnnotationExpr n, A arg)voidVoidVisitorWithDefaults. visit(NormalAnnotationExpr n, A arg) -
Uses of NormalAnnotationExpr in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type NormalAnnotationExpr Modifier and Type Method Description voidDefaultPrettyPrinterVisitor. visit(NormalAnnotationExpr n, Void arg)voidPrettyPrintVisitor. visit(NormalAnnotationExpr n, Void arg)Deprecated.
-