Uses of Class
com.github.javaparser.ast.expr.ComponentPatternExpr
Packages that use ComponentPatternExpr
-
Uses of ComponentPatternExpr in com.github.javaparser.ast.expr
Subclasses of ComponentPatternExpr in com.github.javaparser.ast.exprModifier and TypeClassDescriptionclassMatchAllPatternExpressions were added in JEP456.classPatternExpr serves as the abstract base class for typed pattern expressions.classRecord PatternsclassThe instanceof statementClasses in com.github.javaparser.ast.expr that implement interfaces with type arguments of type ComponentPatternExprModifier and TypeClassDescriptionclassPatternExpr serves as the abstract base class for typed pattern expressions.Methods in com.github.javaparser.ast.expr that return ComponentPatternExprModifier and TypeMethodDescriptionComponentPatternExpr.asComponentPatternExpr()Expression.asComponentPatternExpr()ComponentPatternExpr.clone()Methods in com.github.javaparser.ast.expr that return types with arguments of type ComponentPatternExprModifier and TypeMethodDescriptionRecordPatternExpr.getPatternList()ComponentPatternExpr.toComponentPatternExpr()Expression.toComponentPatternExpr()Method parameters in com.github.javaparser.ast.expr with type arguments of type ComponentPatternExprModifier and TypeMethodDescriptionvoidComponentPatternExpr.ifComponentPatternExpr(Consumer<ComponentPatternExpr> action) voidExpression.ifComponentPatternExpr(Consumer<ComponentPatternExpr> action) RecordPatternExpr.setPatternList(NodeList<ComponentPatternExpr> patternList)