Uses of Class
com.github.javaparser.symbolsolver.javaparsermodel.PatternVariableResult
Packages that use PatternVariableResult
Package
Description
Implementation of model based on JavaParser.
-
Uses of PatternVariableResult in com.github.javaparser.symbolsolver.javaparsermodel
Subclasses with type arguments of type PatternVariableResult in com.github.javaparser.symbolsolver.javaparsermodelMethods in com.github.javaparser.symbolsolver.javaparsermodel that return PatternVariableResultModifier and TypeMethodDescriptionPatternVariableVisitor.defaultAction(Node node, Void unused) PatternVariableVisitor.visit(BinaryExpr expression, Void unused) PatternVariableVisitor.visit(EnclosedExpr enclosedExpr, Void unused) The following rules apply to a parenthesized expression (a): - A pattern variable is introduced by (a) when true iff it is introduced by a when true. - A pattern variable is introduced by (a) when false iff it is introduced by a when false.PatternVariableVisitor.visit(InstanceOfExpr instanceOfExpr, Void unused) The following rule applies to an instanceof expression with a pattern operand, a instanceof p: - A pattern variable is introduced by a instanceof p when true iff the pattern p contains a declaration of the pattern variable.