| Package | Description |
|---|---|
| net.sourceforge.pmd.lang.java.typeresolution | |
| net.sourceforge.pmd.lang.java.typeresolution.typeinference |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Constraint> |
MethodTypeResolution.produceInitialConstraints(java.lang.reflect.Method method,
ASTArgumentList argList,
java.util.List<Variable> variables) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Constraint> |
TypeInferenceResolver.incorporateBounds(java.util.List<Bound> currentBounds,
java.util.List<Bound> newBounds)
https://docs.oracle.com/javase/specs/jls/se8/html/jls-18.html#jls-18.3
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<JavaTypeDefinition> |
TypeInferenceResolver.inferTypes(java.util.List<Constraint> constraints,
java.util.List<Bound> bounds,
java.util.List<Variable> variables) |
Copyright © 2002–2017 PMD. All rights reserved.