Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.InferenceContext18
Packages, die InferenceContext18 verwenden
Package
Beschreibung
-
Verwendungen von InferenceContext18 in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Felder in org.aspectj.org.eclipse.jdt.internal.compiler.ast, die deklariert sind als InferenceContext18Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.ast, die InferenceContext18 zurückgebenModifizierer und TypMethodeBeschreibungAbstractVariableDeclaration.freshInferenceContext(Scope scope) AllocationExpression.freshInferenceContext(Scope scope) ExplicitConstructorCall.freshInferenceContext(Scope scope) FieldReference.freshInferenceContext(Scope scope) MessageSend.freshInferenceContext(Scope scope) NameReference.freshInferenceContext(Scope scope) ReferenceExpression.freshInferenceContext(Scope scope) AllocationExpression.getInferenceContext(ParameterizedMethodBinding method) ExplicitConstructorCall.getInferenceContext(ParameterizedMethodBinding method) Invocation.getInferenceContext(ParameterizedMethodBinding method) Retrieve an inference context for the given method.MessageSend.getInferenceContext(ParameterizedMethodBinding method) ReferenceExpression.getInferenceContext(ParameterizedMethodBinding method) Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.ast mit Parametern vom Typ InferenceContext18Modifizierer und TypMethodeBeschreibungvoidAllocationExpression.registerInferenceContext(ParameterizedGenericMethodBinding method, InferenceContext18 infCtx18) voidExplicitConstructorCall.registerInferenceContext(ParameterizedGenericMethodBinding method, InferenceContext18 infCtx18) voidInvocation.registerInferenceContext(ParameterizedGenericMethodBinding method, InferenceContext18 infCtx18) Register the given inference context, which produced the given method as its intermediate result.voidMessageSend.registerInferenceContext(ParameterizedGenericMethodBinding method, InferenceContext18 infCtx18) voidReferenceExpression.registerInferenceContext(ParameterizedGenericMethodBinding method, InferenceContext18 context) Expression.resolveExpressionExpecting(TypeBinding targetType, Scope scope, InferenceContext18 context) IPolyExpression.resolveExpressionExpecting(TypeBinding targetType, Scope scope, InferenceContext18 inferenceContext) LambdaExpression.resolveExpressionExpecting(TypeBinding targetType, Scope skope, InferenceContext18 context) Get a resolved copy of this lambda for use by type inference, as to avoid spilling any premature type results into the original lambda.ReferenceExpression.resolveExpressionExpecting(TypeBinding targetType, Scope scope, InferenceContext18 inferenceContext) -
Verwendungen von InferenceContext18 in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Felder in org.aspectj.org.eclipse.jdt.internal.compiler.lookup, die deklariert sind als InferenceContext18Modifizierer und TypFeldBeschreibungProblemMethodBinding.inferenceContextInferenceContext18.outerContextMethoden in org.aspectj.org.eclipse.jdt.internal.compiler.lookup, die InferenceContext18 zurückgebenModifizierer und TypMethodeBeschreibungInvocationSite.EmptyWithAstNode.freshInferenceContext(Scope scope) InvocationSite.freshInferenceContext(Scope scope) When inference for this invocationSite starts, get a fresh inference context, initialized from this site.Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.lookup mit Parametern vom Typ InferenceContext18Modifizierer und TypMethodeBeschreibungInferenceSubstitution.addContext(InferenceContext18 otherContext) Answer a substitution that is able to substitute into inference variables of several inference contexts (outer Ungültige Eingabe: "&" inner)voidInferenceContext18.integrateInnerInferenceB2(InferenceContext18 innerCtx) voidInferenceContext18.pushBoundsTo(InferenceContext18 outer) Not per JLS: invent more bubbling up of inner bounds.ConstraintExceptionFormula.reduce(InferenceContext18 inferenceContext) voidInferenceContext18.resumeSuspendedInference(org.aspectj.org.eclipse.jdt.internal.compiler.lookup.InferenceContext18.SuspendedInferenceRecord record, InferenceContext18 innerContext) Konstruktoren in org.aspectj.org.eclipse.jdt.internal.compiler.lookup mit Parametern vom Typ InferenceContext18ModifiziererKonstruktorBeschreibungInferenceContext18(Scope scope, Expression[] arguments, InvocationSite site, InferenceContext18 outerContext) Construct an inference context for an invocation (method/constructor).InferenceSubstitution(InferenceContext18 context) -
Verwendungen von InferenceContext18 in org.aspectj.org.eclipse.jdt.internal.eval
Methoden in org.aspectj.org.eclipse.jdt.internal.eval, die InferenceContext18 zurückgebenModifizierer und TypMethodeBeschreibungCodeSnippetReturnStatement.freshInferenceContext(Scope scope) CodeSnippetSuperReference.freshInferenceContext(Scope scope) CodeSnippetThisReference.freshInferenceContext(Scope scope)