Uses of Class
com.github.javaparser.ast.expr.MatchAllPatternExpr
Packages that use MatchAllPatternExpr
Package
Description
Implementation of model based on JavaParser.
-
Uses of MatchAllPatternExpr in com.github.javaparser
Methods in com.github.javaparser that return MatchAllPatternExprModifier and TypeMethodDescriptionfinal 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
Classes in com.github.javaparser.ast.expr that implement interfaces with type arguments of type MatchAllPatternExprMethods in com.github.javaparser.ast.expr that return MatchAllPatternExprModifier and TypeMethodDescriptionExpression.asMatchAllPatternExpr()MatchAllPatternExpr.asMatchAllPatternExpr()MatchAllPatternExpr.clone()MatchAllPatternExpr.setModifiers(NodeList<Modifier> modifiers) Methods in com.github.javaparser.ast.expr that return types with arguments of type MatchAllPatternExprModifier and TypeMethodDescriptionExpression.toMatchAllPatternExpr()MatchAllPatternExpr.toMatchAllPatternExpr()Method parameters in com.github.javaparser.ast.expr with type arguments of type MatchAllPatternExprModifier and TypeMethodDescriptionvoidExpression.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 MatchAllPatternExprModifier and TypeMethodDescriptionCloneVisitor.visit(MatchAllPatternExpr n, Object arg) EqualsVisitor.visit(MatchAllPatternExpr n, Visitable arg) GenericListVisitorAdapter.visit(MatchAllPatternExpr n, A arg) GenericVisitor.visit(MatchAllPatternExpr n, A arg) GenericVisitorAdapter.visit(MatchAllPatternExpr n, A arg) GenericVisitorWithDefaults.visit(MatchAllPatternExpr n, A arg) HashCodeVisitor.visit(MatchAllPatternExpr n, Void arg) ModifierVisitor.visit(MatchAllPatternExpr n, A arg) NoCommentEqualsVisitor.visit(MatchAllPatternExpr n, Visitable arg) NoCommentHashCodeVisitor.visit(MatchAllPatternExpr n, Void arg) ObjectIdentityEqualsVisitor.visit(MatchAllPatternExpr n, Visitable arg) ObjectIdentityHashCodeVisitor.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 MatchAllPatternExprModifier and TypeMethodDescriptionvoidDefaultPrettyPrinterVisitor.visit(MatchAllPatternExpr n, Void arg) voidPrettyPrintVisitor.visit(MatchAllPatternExpr n, Void arg) Deprecated. -
Uses of MatchAllPatternExpr in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type MatchAllPatternExprModifier and TypeMethodDescriptionDefaultVisitorAdapter.visit(MatchAllPatternExpr node, Boolean aBoolean)