Uses of Class
com.github.javaparser.ast.expr.MarkerAnnotationExpr
-
Packages that use MarkerAnnotationExpr Package Description com.github.javaparser.ast.expr com.github.javaparser.ast.visitor com.github.javaparser.printer com.github.javaparser.symbolsolver.javaparsermodel Implementation of model based on JavaParser. -
-
Uses of MarkerAnnotationExpr in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return MarkerAnnotationExpr Modifier and Type Method Description MarkerAnnotationExpr
Expression. asMarkerAnnotationExpr()
MarkerAnnotationExpr
MarkerAnnotationExpr. asMarkerAnnotationExpr()
MarkerAnnotationExpr
MarkerAnnotationExpr. clone()
Methods in com.github.javaparser.ast.expr that return types with arguments of type MarkerAnnotationExpr Modifier and Type Method Description Optional<MarkerAnnotationExpr>
Expression. toMarkerAnnotationExpr()
Optional<MarkerAnnotationExpr>
MarkerAnnotationExpr. toMarkerAnnotationExpr()
Method parameters in com.github.javaparser.ast.expr with type arguments of type MarkerAnnotationExpr Modifier and Type Method Description void
Expression. ifMarkerAnnotationExpr(Consumer<MarkerAnnotationExpr> action)
void
MarkerAnnotationExpr. ifMarkerAnnotationExpr(Consumer<MarkerAnnotationExpr> action)
-
Uses of MarkerAnnotationExpr in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type MarkerAnnotationExpr Modifier and Type Method Description Visitable
CloneVisitor. visit(MarkerAnnotationExpr n, Object arg)
Boolean
EqualsVisitor. visit(MarkerAnnotationExpr n, Visitable arg)
List<R>
GenericListVisitorAdapter. visit(MarkerAnnotationExpr n, A arg)
R
GenericVisitor. visit(MarkerAnnotationExpr n, A arg)
R
GenericVisitorAdapter. visit(MarkerAnnotationExpr n, A arg)
R
GenericVisitorWithDefaults. visit(MarkerAnnotationExpr n, A arg)
Integer
HashCodeVisitor. visit(MarkerAnnotationExpr n, Void arg)
Visitable
ModifierVisitor. visit(MarkerAnnotationExpr n, A arg)
Boolean
NoCommentEqualsVisitor. visit(MarkerAnnotationExpr n, Visitable arg)
Integer
NoCommentHashCodeVisitor. visit(MarkerAnnotationExpr n, Void arg)
Boolean
ObjectIdentityEqualsVisitor. visit(MarkerAnnotationExpr n, Visitable arg)
Integer
ObjectIdentityHashCodeVisitor. visit(MarkerAnnotationExpr n, Void arg)
void
VoidVisitor. visit(MarkerAnnotationExpr n, A arg)
void
VoidVisitorAdapter. visit(MarkerAnnotationExpr n, A arg)
void
VoidVisitorWithDefaults. visit(MarkerAnnotationExpr n, A arg)
-
Uses of MarkerAnnotationExpr in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type MarkerAnnotationExpr Modifier and Type Method Description void
DefaultPrettyPrinterVisitor. visit(MarkerAnnotationExpr n, Void arg)
void
PrettyPrintVisitor. visit(MarkerAnnotationExpr n, Void arg)
Deprecated. -
Uses of MarkerAnnotationExpr in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type MarkerAnnotationExpr Modifier and Type Method Description ResolvedType
DefaultVisitorAdapter. visit(MarkerAnnotationExpr node, Boolean aBoolean)
-