| 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 | Method and Description |
|---|---|
ParameterizedGenericMethodBinding |
LookupEnvironment.createParameterizedGenericMethod(MethodBinding genericMethod,
RawTypeBinding rawType) |
ParameterizedGenericMethodBinding |
LookupEnvironment.createParameterizedGenericMethod(MethodBinding genericMethod,
TypeBinding[] typeArguments) |
| Modifier and Type | Method and Description |
|---|---|
MethodBinding |
InferenceContext18.inferInvocationType(Invocation invocation,
ParameterizedGenericMethodBinding method)
Simplified API to perform Invocation Type Inference (JLS 18.5.2)
and perform subsequent steps: bound check, rebinding of inner poly expressions,
and creating of a problem method binding if needed.
|
Copyright © 2015. All rights reserved.