| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.lookup |
| Modifier and Type | Method and Description |
|---|---|
InferenceContext18 |
Invocation.getInferenceContext(ParameterizedMethodBinding method)
Retrieve an inference context for the given method which must have been registered
using
Invocation.registerInferenceContext(ParameterizedGenericMethodBinding, InferenceContext18). |
InferenceContext18 |
MessageSend.getInferenceContext(ParameterizedMethodBinding method) |
InferenceContext18 |
ExplicitConstructorCall.getInferenceContext(ParameterizedMethodBinding method) |
InferenceContext18 |
AllocationExpression.getInferenceContext(ParameterizedMethodBinding method) |
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterizedGenericMethodBinding
Binding denoting a generic method after type parameter substitutions got performed.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterizedMethodBinding |
SyntheticFactoryMethodBinding.applyTypeArgumentsOnConstructor(TypeBinding[] typeArguments)
Apply the given type arguments on the (declaring class of the) actual constructor being represented by this factory method.
|
ParameterizedMethodBinding |
LookupEnvironment.createGetClassMethod(TypeBinding receiverType,
MethodBinding originalMethod,
Scope scope) |
ParameterizedMethodBinding |
ParameterizedTypeBinding.createParameterizedMethod(MethodBinding originalMethod) |
ParameterizedMethodBinding |
RawTypeBinding.createParameterizedMethod(MethodBinding originalMethod) |
static ParameterizedMethodBinding |
ParameterizedMethodBinding.instantiateGetClass(TypeBinding receiverType,
MethodBinding originalMethod,
Scope scope)
The type of x.getClass() is substituted from 'Class extends Object>' into: 'Class extends raw(X)>
|
Copyright © 2015. All rights reserved.