Uses of Class
net.sourceforge.pmd.lang.java.typeresolution.typeinference.Bound
-
Packages that use Bound Package Description net.sourceforge.pmd.lang.java.typeresolution.typeinference -
-
Uses of Bound in net.sourceforge.pmd.lang.java.typeresolution.typeinference
Method parameters in net.sourceforge.pmd.lang.java.typeresolution.typeinference with type arguments of type Bound Modifier and Type Method Description static Map<Variable,JavaTypeDefinition>TypeInferenceResolver. getInstantiations(List<Bound> bounds)Deprecated.static List<JavaTypeDefinition>TypeInferenceResolver. getLowerBoundsOf(Variable var, List<Bound> bounds)Deprecated.static Set<Variable>TypeInferenceResolver. getMentionedVariables(List<Bound> bounds)Deprecated.static Set<Variable>TypeInferenceResolver. getUninstantiatedVariables(List<Bound> bounds)Deprecated.static Map<Variable,Set<Variable>>TypeInferenceResolver. getVariableDependencies(List<Bound> bounds)Deprecated.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.3static Map<Variable,JavaTypeDefinition>TypeInferenceResolver. resolveVariables(List<Bound> bounds)Deprecated.Resolve unresolved variables in a list of bounds.
-