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 PatternExpr
Expression. asPatternExpr()
PatternExpr
PatternExpr. asPatternExpr()
PatternExpr
PatternExpr. clone()
PatternExpr
PatternExpr. setModifiers(NodeList<Modifier> modifiers)
PatternExpr
PatternExpr. setName(SimpleName name)
PatternExpr
PatternExpr. 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 InstanceOfExpr
InstanceOfExpr. setPattern(PatternExpr pattern)
Method parameters in com.github.javaparser.ast.expr with type arguments of type PatternExpr Modifier and Type Method Description void
Expression. ifPatternExpr(Consumer<PatternExpr> action)
void
PatternExpr. 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 Visitable
CloneVisitor. visit(PatternExpr n, Object arg)
Boolean
EqualsVisitor. visit(PatternExpr n, Visitable arg)
List<R>
GenericListVisitorAdapter. visit(PatternExpr n, A arg)
R
GenericVisitor. visit(PatternExpr n, A arg)
R
GenericVisitorAdapter. visit(PatternExpr n, A arg)
R
GenericVisitorWithDefaults. visit(PatternExpr n, A arg)
Integer
HashCodeVisitor. visit(PatternExpr n, Void arg)
Visitable
ModifierVisitor. visit(PatternExpr n, A arg)
Boolean
NoCommentEqualsVisitor. visit(PatternExpr n, Visitable arg)
Integer
NoCommentHashCodeVisitor. visit(PatternExpr n, Void arg)
Boolean
ObjectIdentityEqualsVisitor. visit(PatternExpr n, Visitable arg)
Integer
ObjectIdentityHashCodeVisitor. visit(PatternExpr n, Void arg)
void
VoidVisitor. visit(PatternExpr n, A arg)
void
VoidVisitorAdapter. visit(PatternExpr n, A arg)
void
VoidVisitorWithDefaults. 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 void
DefaultPrettyPrinterVisitor. visit(PatternExpr n, Void arg)
void
PrettyPrintVisitor. 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 ResolvedType
DefaultVisitorAdapter. 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 PatternExpr
JavaParserPatternDeclaration. 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 JavaParserPatternDeclaration
JavaParserSymbolDeclaration. 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)
-