| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.lookup |
| Modifier and Type | Method and Description |
|---|---|
void |
Invocation.registerInferenceContext(ParameterizedGenericMethodBinding method,
InferenceContext18 infCtx18)
Register the given inference context, which produced the given method as its intermediate result.
|
void |
MessageSend.registerInferenceContext(ParameterizedGenericMethodBinding method,
InferenceContext18 infCtx18) |
void |
ExplicitConstructorCall.registerInferenceContext(ParameterizedGenericMethodBinding method,
InferenceContext18 infCtx18) |
void |
AllocationExpression.registerInferenceContext(ParameterizedGenericMethodBinding method,
InferenceContext18 infCtx18) |
| Modifier and Type | Field and Description |
|---|---|
InferenceContext18 |
ProblemMethodBinding.inferenceContext |
InferenceContext18 |
InferenceContext18.outerContext
Link to an outer inference context, used for bundled error reporting.
|
| Modifier and Type | Method and Description |
|---|---|
InferenceContext18 |
InvocationSite.freshInferenceContext(Scope scope)
When inference for this invocationSite starts, get a fresh inference context, initialized from this site.
|
InferenceContext18 |
InvocationSite.EmptyWithAstNode.freshInferenceContext(Scope scope) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ConstraintExceptionFormula.reduce(InferenceContext18 inferenceContext) |
Copyright © 2015. All rights reserved.