Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding
Packages that use ParameterizedMethodBinding
Package
Description
-
Uses of ParameterizedMethodBinding in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type ParameterizedMethodBindingModifier and TypeMethodDescriptionAllocationExpression.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) -
Uses of ParameterizedMethodBinding in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Modifier and TypeClassDescriptionclassBinding denoting a generic method after type parameter substitutions got performed.classMethods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup that return ParameterizedMethodBindingModifier and TypeMethodDescriptionSyntheticFactoryMethodBinding.applyTypeArgumentsOnConstructor(TypeBinding[] typeArguments, TypeBinding[] constructorTypeArguments, boolean inferredWithUncheckedConversion, TypeBinding targetType) Apply the given type arguments on the (declaring class of the) actual constructor being represented by this factory method and if method type arguments is not empty materialize the parameterized generic constructorLookupEnvironment.createGetClassMethod(TypeBinding receiverType, MethodBinding originalMethod, Scope scope) ParameterizedTypeBinding.createParameterizedMethod(MethodBinding originalMethod) RawTypeBinding.createParameterizedMethod(MethodBinding originalMethod) static ParameterizedMethodBindingParameterizedMethodBinding.instantiateGetClass(TypeBinding receiverType, MethodBinding originalMethod, Scope scope) The type of x.getClass() is substituted from'Class<? extends Object>'into:'Class<? extends raw(X)>Methods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type ParameterizedMethodBindingModifier and TypeMethodDescriptionvoidInferenceContext18.forwardResults(org.aspectj.org.eclipse.jdt.internal.compiler.lookup.BoundSet result, Invocation invocation, ParameterizedMethodBinding pmb, TypeBinding targetType) static voidInferenceContext18.updateInnerDiamonds(ParameterizedMethodBinding pmb, Expression[] arguments)