Uses of Class
com.github.javaparser.ast.expr.PatternExpr
-
Packages that use PatternExpr Package Description com.github.javaparser com.github.javaparser.ast.expr -
-
Uses of PatternExpr in com.github.javaparser
Methods in com.github.javaparser that return PatternExpr Modifier and Type Method Description 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.expr Modifier and Type Class Description classRecordPatternExprRecord PatternsclassTypePatternExprThe instanceof statementFields in com.github.javaparser.ast.expr declared as PatternExpr Modifier and Type Field Description private PatternExprInstanceOfExpr. patternMethods in com.github.javaparser.ast.expr that return PatternExpr Modifier and Type Method Description PatternExprExpression. asPatternExpr()PatternExprPatternExpr. asPatternExpr()PatternExprPatternExpr. clone()PatternExprPatternExpr. setType(Type type)Methods in com.github.javaparser.ast.expr that return types with arguments of type PatternExpr Modifier and Type Method Description java.util.Optional<PatternExpr>InstanceOfExpr. getPattern()java.util.Optional<PatternExpr>Expression. toPatternExpr()java.util.Optional<PatternExpr>PatternExpr. toPatternExpr()Methods in com.github.javaparser.ast.expr with parameters of type PatternExpr Modifier and Type Method Description InstanceOfExprInstanceOfExpr. setPattern(PatternExpr pattern)Method parameters in com.github.javaparser.ast.expr with type arguments of type PatternExpr Modifier and Type Method Description voidExpression. ifPatternExpr(java.util.function.Consumer<PatternExpr> action)voidPatternExpr. ifPatternExpr(java.util.function.Consumer<PatternExpr> action)Constructors in com.github.javaparser.ast.expr with parameters of type PatternExpr Constructor Description InstanceOfExpr(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.
-