Uses of Class
com.github.javaparser.ast.expr.MatchAllPatternExpr
-
Packages that use MatchAllPatternExpr Package Description com.github.javaparser.ast.expr com.github.javaparser.ast.visitor com.github.javaparser.printer -
-
Uses of MatchAllPatternExpr in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return MatchAllPatternExpr Modifier and Type Method Description MatchAllPatternExprExpression. asMatchAllPatternExpr()MatchAllPatternExprMatchAllPatternExpr. asMatchAllPatternExpr()MatchAllPatternExprMatchAllPatternExpr. clone()MatchAllPatternExprMatchAllPatternExpr. setModifiers(NodeList<Modifier> modifiers)Methods in com.github.javaparser.ast.expr that return types with arguments of type MatchAllPatternExpr Modifier and Type Method Description Optional<MatchAllPatternExpr>Expression. toMatchAllPatternExpr()Optional<MatchAllPatternExpr>MatchAllPatternExpr. toMatchAllPatternExpr()Method parameters in com.github.javaparser.ast.expr with type arguments of type MatchAllPatternExpr Modifier and Type Method Description voidExpression. ifMatchAllPatternExpr(Consumer<MatchAllPatternExpr> action)voidMatchAllPatternExpr. ifMatchAllPatternExpr(Consumer<MatchAllPatternExpr> action) -
Uses of MatchAllPatternExpr in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type MatchAllPatternExpr Modifier and Type Method Description VisitableCloneVisitor. visit(MatchAllPatternExpr n, Object arg)BooleanEqualsVisitor. visit(MatchAllPatternExpr n, Visitable arg)List<R>GenericListVisitorAdapter. visit(MatchAllPatternExpr n, A arg)RGenericVisitor. visit(MatchAllPatternExpr n, A arg)RGenericVisitorAdapter. visit(MatchAllPatternExpr n, A arg)RGenericVisitorWithDefaults. visit(MatchAllPatternExpr n, A arg)IntegerHashCodeVisitor. visit(MatchAllPatternExpr n, Void arg)VisitableModifierVisitor. visit(MatchAllPatternExpr n, A arg)BooleanNoCommentEqualsVisitor. visit(MatchAllPatternExpr n, Visitable arg)IntegerNoCommentHashCodeVisitor. visit(MatchAllPatternExpr n, Void arg)BooleanObjectIdentityEqualsVisitor. visit(MatchAllPatternExpr n, Visitable arg)IntegerObjectIdentityHashCodeVisitor. visit(MatchAllPatternExpr n, Void arg)voidVoidVisitor. visit(MatchAllPatternExpr n, A arg)voidVoidVisitorAdapter. visit(MatchAllPatternExpr n, A arg)voidVoidVisitorWithDefaults. visit(MatchAllPatternExpr n, A arg) -
Uses of MatchAllPatternExpr in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type MatchAllPatternExpr Modifier and Type Method Description voidDefaultPrettyPrinterVisitor. visit(MatchAllPatternExpr n, Void arg)voidPrettyPrintVisitor. visit(MatchAllPatternExpr n, Void arg)Deprecated.
-