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(com.github.javaparser.ast.Node node, 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.PatternVariableVisitor.visit(com.github.javaparser.ast.expr.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.