| Constructor and Description |
|---|
InferenceVariableType(int id,
ObjectProvider objectProvider) |
| Modifier and Type | Method and Description |
|---|---|
String |
describe() |
boolean |
equals(Object o) |
Type |
equivalentType() |
static InferenceVariableType |
fromWildcard(Wildcard wildcard,
int id,
ObjectProvider objectProvider) |
int |
hashCode() |
boolean |
isAssignableBy(Type other) |
void |
registerEquivalentType(Type type) |
void |
setCorrespondingTp(TypeParameterDeclaration correspondingTp) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitarrayLevel, asArrayType, asPrimitive, asReferenceType, asTypeParameter, asTypeVariable, asWildcard, isArray, isNull, isPrimitive, isReference, isReferenceType, isTypeVariable, isVoid, isWildcard, replaceTypeVariables, replaceTypeVariablespublic InferenceVariableType(int id,
ObjectProvider objectProvider)
public void setCorrespondingTp(TypeParameterDeclaration correspondingTp)
public void registerEquivalentType(Type type)
public static InferenceVariableType fromWildcard(Wildcard wildcard, int id, ObjectProvider objectProvider)
public boolean isAssignableBy(Type other)
isAssignableBy in interface Typepublic Type equivalentType()
Copyright © 2016. All rights reserved.