Uses of Class
org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding

Packages that use ParameterizedGenericMethodBinding
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.lookup   
 

Uses of ParameterizedGenericMethodBinding in org.eclipse.jdt.internal.compiler.ast
 

Methods in org.eclipse.jdt.internal.compiler.ast with parameters of type ParameterizedGenericMethodBinding
 void ExplicitConstructorCall.registerInferenceContext(ParameterizedGenericMethodBinding method, InferenceContext18 infCtx18)
           
 void AllocationExpression.registerInferenceContext(ParameterizedGenericMethodBinding method, InferenceContext18 infCtx18)
           
 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)
           
 

Uses of ParameterizedGenericMethodBinding in org.eclipse.jdt.internal.compiler.lookup
 

Methods in org.eclipse.jdt.internal.compiler.lookup that return ParameterizedGenericMethodBinding
 ParameterizedGenericMethodBinding LookupEnvironment.createParameterizedGenericMethod(MethodBinding genericMethod, RawTypeBinding rawType)
           
 ParameterizedGenericMethodBinding LookupEnvironment.createParameterizedGenericMethod(MethodBinding genericMethod, TypeBinding[] typeArguments)
           
 

Methods in org.eclipse.jdt.internal.compiler.lookup with parameters of type ParameterizedGenericMethodBinding
 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.