Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.InferenceVariable
Packages, die InferenceVariable verwenden
Package
Beschreibung
-
Verwendungen von InferenceVariable in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.lookup, die InferenceVariable zurückgebenModifizierer und TypMethodeBeschreibungInferenceContext18.addTypeVariableSubstitutions(TypeBinding[] typeVariables) Add new inference variables for the given type variables.InferenceContext18.createInitialBoundSet(TypeVariableBinding[] typeParameters) JLS 18.1.3: Create initial bounds from a given set of type parameters declarations.static InferenceVariableInferenceVariable.get(TypeBinding typeParameter, int rank, InvocationSite site, Scope scope, ReferenceBinding object, boolean initial) Create or retrieve the inference variable representing the given typeParameter.InferenceVariable.prototype()Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.lookup mit Parametern vom Typ InferenceVariableModifizierer und TypMethodeBeschreibungvoidInferenceContext18.addThrowsContraints(TypeBinding[] parameters, InferenceVariable[] variables, ReferenceBinding[] thrownExceptions) JLS 18.1.3 Bounds: throws α: the inference variable α appears in a throws clauseorg.aspectj.org.eclipse.jdt.internal.compiler.lookup.BoundSetInferenceContext18.solve(InferenceVariable[] toResolve) Konstruktoren in org.aspectj.org.eclipse.jdt.internal.compiler.lookup mit Parametern vom Typ InferenceVariableModifiziererKonstruktorBeschreibungInferenceSubstitution(LookupEnvironment environment, InferenceVariable[] variables, InvocationSite site) -
Verwendungen von InferenceVariable in org.aspectj.org.eclipse.jdt.internal.compiler.util
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.util mit Parametern vom Typ InferenceVariableModifizierer und TypMethodeBeschreibungstatic voidSorting.sortInferenceVariables(InferenceVariable[] variables) Sort inference variables by rank.