public class InferenceContext
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
isUnchecked |
| Constructor and Description |
|---|
InferenceContext(MethodBinding genericMethod) |
| Modifier and Type | Method and Description |
|---|---|
TypeBinding[] |
getSubstitutes(TypeVariableBinding typeVariable,
int constraint) |
boolean |
hasUnresolvedTypeArgument()
Returns true if any unresolved variable is detected, i.e.
|
void |
recordSubstitute(TypeVariableBinding typeVariable,
TypeBinding actualType,
int constraint) |
java.lang.String |
toString() |
public InferenceContext(MethodBinding genericMethod)
public TypeBinding[] getSubstitutes(TypeVariableBinding typeVariable, int constraint)
public boolean hasUnresolvedTypeArgument()
public void recordSubstitute(TypeVariableBinding typeVariable, TypeBinding actualType, int constraint)
public java.lang.String toString()
toString in class java.lang.Object