Uses of Class
com.github.javaparser.ast.expr.PatternExpr
-
-
Uses of PatternExpr in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return PatternExpr Modifier and Type Method Description PatternExprExpression. asPatternExpr()PatternExprPatternExpr. asPatternExpr()PatternExprPatternExpr. clone()PatternExprPatternExpr. setModifiers(NodeList<Modifier> modifiers)PatternExprPatternExpr. setName(SimpleName name)PatternExprPatternExpr. setType(ReferenceType type)Methods in com.github.javaparser.ast.expr that return types with arguments of type PatternExpr Modifier and Type Method Description Optional<PatternExpr>InstanceOfExpr. getPattern()Optional<PatternExpr>Expression. toPatternExpr()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(Consumer<PatternExpr> action)voidPatternExpr. ifPatternExpr(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. -
Uses of PatternExpr in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type PatternExpr Modifier and Type Method Description VisitableCloneVisitor. visit(PatternExpr n, Object arg)BooleanEqualsVisitor. visit(PatternExpr n, Visitable arg)List<R>GenericListVisitorAdapter. visit(PatternExpr n, A arg)RGenericVisitor. visit(PatternExpr n, A arg)RGenericVisitorAdapter. visit(PatternExpr n, A arg)RGenericVisitorWithDefaults. visit(PatternExpr n, A arg)IntegerHashCodeVisitor. visit(PatternExpr n, Void arg)VisitableModifierVisitor. visit(PatternExpr n, A arg)BooleanNoCommentEqualsVisitor. visit(PatternExpr n, Visitable arg)IntegerNoCommentHashCodeVisitor. visit(PatternExpr n, Void arg)BooleanObjectIdentityEqualsVisitor. visit(PatternExpr n, Visitable arg)IntegerObjectIdentityHashCodeVisitor. visit(PatternExpr n, Void arg)voidVoidVisitor. visit(PatternExpr n, A arg)voidVoidVisitorAdapter. visit(PatternExpr n, A arg)voidVoidVisitorWithDefaults. visit(PatternExpr n, A arg) -
Uses of PatternExpr in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type PatternExpr Modifier and Type Method Description voidDefaultPrettyPrinterVisitor. visit(PatternExpr n, Void arg)voidPrettyPrintVisitor. visit(PatternExpr n, Void arg)Deprecated. -
Uses of PatternExpr in com.github.javaparser.resolution
Methods in com.github.javaparser.resolution that return types with arguments of type PatternExpr Modifier and Type Method Description default List<PatternExpr>Context. negatedPatternExprsExposedFromChildren()default Optional<PatternExpr>Context. patternExprInScope(String name)With respect to solving, the AST "parent" of a block statement is not necessarily the same as the scope parent.default List<PatternExpr>Context. patternExprsExposedFromChildren()default List<PatternExpr>Context. patternExprsExposedToChild(Node child)The pattern expressions that are declared in this immediate context and made visible to a given child. -
Uses of PatternExpr in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type PatternExpr Modifier and Type Method Description ResolvedTypeDefaultVisitorAdapter. visit(PatternExpr node, Boolean aBoolean) -
Uses of PatternExpr in com.github.javaparser.symbolsolver.javaparsermodel.contexts
-
Uses of PatternExpr in com.github.javaparser.symbolsolver.javaparsermodel.declarations
Methods in com.github.javaparser.symbolsolver.javaparsermodel.declarations that return PatternExpr Modifier and Type Method Description PatternExprJavaParserPatternDeclaration. getWrappedNode()Returns the JavaParser node associated with this JavaParserPatternDeclaration.Methods in com.github.javaparser.symbolsolver.javaparsermodel.declarations with parameters of type PatternExpr Modifier and Type Method Description static JavaParserPatternDeclarationJavaParserSymbolDeclaration. patternVar(PatternExpr patternExpr, TypeSolver typeSolver)Constructors in com.github.javaparser.symbolsolver.javaparsermodel.declarations with parameters of type PatternExpr Constructor Description JavaParserPatternDeclaration(PatternExpr wrappedNode, TypeSolver typeSolver) -
Uses of PatternExpr in com.github.javaparser.symbolsolver.javaparsermodel.declarators
Constructors in com.github.javaparser.symbolsolver.javaparsermodel.declarators with parameters of type PatternExpr Constructor Description PatternSymbolDeclarator(PatternExpr wrappedNode, TypeSolver typeSolver)
-