Uses of Class
com.github.javaparser.ast.expr.TypePatternExpr
-
Packages that use TypePatternExpr Package Description com.github.javaparser.ast.expr com.github.javaparser.ast.visitor com.github.javaparser.printer com.github.javaparser.resolution -
-
Uses of TypePatternExpr in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return TypePatternExpr Modifier and Type Method Description TypePatternExprExpression. asTypePatternExpr()TypePatternExprTypePatternExpr. asTypePatternExpr()TypePatternExprTypePatternExpr. clone()TypePatternExprTypePatternExpr. setModifiers(NodeList<Modifier> modifiers)TypePatternExprTypePatternExpr. setName(SimpleName name)Methods in com.github.javaparser.ast.expr that return types with arguments of type TypePatternExpr Modifier and Type Method Description Optional<TypePatternExpr>Expression. toTypePatternExpr()Optional<TypePatternExpr>TypePatternExpr. toTypePatternExpr()Method parameters in com.github.javaparser.ast.expr with type arguments of type TypePatternExpr Modifier and Type Method Description voidExpression. ifTypePatternExpr(Consumer<TypePatternExpr> action)voidTypePatternExpr. ifTypePatternExpr(Consumer<TypePatternExpr> action) -
Uses of TypePatternExpr in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type TypePatternExpr Modifier and Type Method Description VisitableCloneVisitor. visit(TypePatternExpr n, Object arg)BooleanEqualsVisitor. visit(TypePatternExpr n, Visitable arg)List<R>GenericListVisitorAdapter. visit(TypePatternExpr n, A arg)RGenericVisitor. visit(TypePatternExpr n, A arg)RGenericVisitorAdapter. visit(TypePatternExpr n, A arg)RGenericVisitorWithDefaults. visit(TypePatternExpr n, A arg)IntegerHashCodeVisitor. visit(TypePatternExpr n, Void arg)VisitableModifierVisitor. visit(TypePatternExpr n, A arg)BooleanNoCommentEqualsVisitor. visit(TypePatternExpr n, Visitable arg)IntegerNoCommentHashCodeVisitor. visit(TypePatternExpr n, Void arg)voidNodeFinderVisitor. visit(TypePatternExpr n, Range arg)BooleanObjectIdentityEqualsVisitor. visit(TypePatternExpr n, Visitable arg)IntegerObjectIdentityHashCodeVisitor. visit(TypePatternExpr n, Void arg)voidVoidVisitor. visit(TypePatternExpr n, A arg)voidVoidVisitorAdapter. visit(TypePatternExpr n, A arg)voidVoidVisitorWithDefaults. visit(TypePatternExpr n, A arg) -
Uses of TypePatternExpr in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type TypePatternExpr Modifier and Type Method Description voidDefaultPrettyPrinterVisitor. visit(TypePatternExpr n, Void arg)voidPrettyPrintVisitor. visit(TypePatternExpr n, Void arg)Deprecated. -
Uses of TypePatternExpr in com.github.javaparser.resolution
Methods in com.github.javaparser.resolution that return types with arguments of type TypePatternExpr Modifier and Type Method Description default List<TypePatternExpr>Context. negatedTypePatternExprsExposedFromChildren()default Optional<TypePatternExpr>Context. typePatternExprInScope(String name)With respect to solving, the AST "parent" of a block statement is not necessarily the same as the scope parent.default List<TypePatternExpr>Context. typePatternExprsExposedFromChildren()default List<TypePatternExpr>Context. typePatternExprsExposedToChild(Node child)The pattern expressions that are declared in this immediate context and made visible to a given child.
-