Uses of Class
com.github.javaparser.ast.expr.MatchAllPatternExpr
-
Packages that use MatchAllPatternExpr Package Description com.github.javaparser 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 MatchAllPatternExpr in com.github.javaparser
Methods in com.github.javaparser that return MatchAllPatternExpr Modifier and Type Method Description MatchAllPatternExprGeneratedJavaParser. MatchAllPatternExpression()https://docs.oracle.com/javase/specs/jls/se25/html/jls-14.html#jls-14.30 https://openjdk.org/jeps/456 -
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 java.util.Optional<MatchAllPatternExpr>Expression. toMatchAllPatternExpr()java.util.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(java.util.function.Consumer<MatchAllPatternExpr> action)voidMatchAllPatternExpr. ifMatchAllPatternExpr(java.util.function.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, java.lang.Object arg)java.lang.BooleanEqualsVisitor. visit(MatchAllPatternExpr n, Visitable arg)java.util.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)java.lang.IntegerHashCodeVisitor. visit(MatchAllPatternExpr n, java.lang.Void arg)VisitableModifierVisitor. visit(MatchAllPatternExpr n, A arg)java.lang.BooleanNoCommentEqualsVisitor. visit(MatchAllPatternExpr n, Visitable arg)java.lang.IntegerNoCommentHashCodeVisitor. visit(MatchAllPatternExpr n, java.lang.Void arg)java.lang.BooleanObjectIdentityEqualsVisitor. visit(MatchAllPatternExpr n, Visitable arg)java.lang.IntegerObjectIdentityHashCodeVisitor. visit(MatchAllPatternExpr n, java.lang.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, java.lang.Void arg)voidPrettyPrintVisitor. visit(MatchAllPatternExpr n, java.lang.Void arg)Deprecated. -
Uses of MatchAllPatternExpr in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type MatchAllPatternExpr Modifier and Type Method Description ResolvedTypeDefaultVisitorAdapter. visit(MatchAllPatternExpr node, java.lang.Boolean aBoolean)
-