Klasse InferenceContext
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.InferenceContext
Context used during type inference for a generic method invocation
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetSubstitutes(TypeVariableBinding typeVariable, int constraint) booleanReturns true if any unresolved variable is detected, i.e. any variable is substituted with itselfvoidrecordSubstitute(TypeVariableBinding typeVariable, TypeBinding actualType, int constraint) toString()
-
Felddetails
-
isUnchecked
public boolean isUnchecked
-
-
Konstruktordetails
-
InferenceContext
-
-
Methodendetails
-
getSubstitutes
-
hasUnresolvedTypeArgument
public boolean hasUnresolvedTypeArgument()Returns true if any unresolved variable is detected, i.e. any variable is substituted with itself -
recordSubstitute
public void recordSubstitute(TypeVariableBinding typeVariable, TypeBinding actualType, int constraint) -
toString
-