Uses of Class
net.sourceforge.pmd.lang.java.typeresolution.typeinference.Constraint
-
Packages that use Constraint Package Description net.sourceforge.pmd.lang.java.typeresolution net.sourceforge.pmd.lang.java.typeresolution.typeinference -
-
Uses of Constraint in net.sourceforge.pmd.lang.java.typeresolution
Methods in net.sourceforge.pmd.lang.java.typeresolution that return types with arguments of type Constraint Modifier and Type Method Description static List<Constraint>MethodTypeResolution. produceInitialConstraints(Method method, ASTArgumentList argList, List<Variable> variables)Deprecated. -
Uses of Constraint in net.sourceforge.pmd.lang.java.typeresolution.typeinference
Methods in net.sourceforge.pmd.lang.java.typeresolution.typeinference that return types with arguments of type Constraint Modifier and Type Method Description static List<Constraint>TypeInferenceResolver. incorporateBounds(List<Bound> currentBounds, List<Bound> newBounds)Deprecated.https://docs.oracle.com/javase/specs/jls/se8/html/jls-18.html#jls-18.3Method parameters in net.sourceforge.pmd.lang.java.typeresolution.typeinference with type arguments of type Constraint Modifier and Type Method Description static List<JavaTypeDefinition>TypeInferenceResolver. inferTypes(List<Constraint> constraints, List<Bound> bounds, List<Variable> variables)Deprecated.
-