Uses of Class
com.github.javaparser.ast.expr.PatternExpr
Packages that use PatternExpr
-
Uses of PatternExpr in com.github.javaparser
Methods in com.github.javaparser that return PatternExprModifier and TypeMethodDescriptionfinal PatternExprGeneratedJavaParser.PatternExpression()https://docs.oracle.com/javase/specs/jls/se25/html/jls-14.html#jls-14.30 -
Uses of PatternExpr in com.github.javaparser.ast.expr
Subclasses of PatternExpr in com.github.javaparser.ast.exprModifier and TypeClassDescriptionclassRecord PatternsclassThe instanceof statementFields in com.github.javaparser.ast.expr declared as PatternExprMethods in com.github.javaparser.ast.expr that return PatternExprModifier and TypeMethodDescriptionExpression.asPatternExpr()PatternExpr.asPatternExpr()PatternExpr.clone()Methods in com.github.javaparser.ast.expr that return types with arguments of type PatternExprModifier and TypeMethodDescriptionInstanceOfExpr.getPattern()Expression.toPatternExpr()PatternExpr.toPatternExpr()Methods in com.github.javaparser.ast.expr with parameters of type PatternExprMethod parameters in com.github.javaparser.ast.expr with type arguments of type PatternExprModifier and TypeMethodDescriptionvoidExpression.ifPatternExpr(Consumer<PatternExpr> action) voidPatternExpr.ifPatternExpr(Consumer<PatternExpr> action) Constructors in com.github.javaparser.ast.expr with parameters of type PatternExprModifierConstructorDescriptionInstanceOfExpr(Expression expression, ReferenceType type, PatternExpr pattern) InstanceOfExpr(TokenRange tokenRange, Expression expression, ReferenceType type, PatternExpr pattern) This constructor is used by the parser and is considered private.