Uses of Interface
org.aspectj.org.eclipse.jdt.internal.compiler.ast.Invocation
Packages that use Invocation
Package
Description
-
Uses of Invocation in org.aspectj.ajdt.internal.compiler.ast
Classes in org.aspectj.ajdt.internal.compiler.ast that implement InvocationModifier and TypeClassDescriptionclassclassUsed to represent any method call to a method namedproceed. -
Uses of Invocation in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Classes in org.aspectj.org.eclipse.jdt.internal.codeassist.complete that implement InvocationModifier and TypeClassDescriptionclassclassclassclassclassInitially (https://bugs.eclipse.org/106450) this class was only used when an invocation has actual type arguments.class -
Uses of Invocation in org.aspectj.org.eclipse.jdt.internal.codeassist.select
Classes in org.aspectj.org.eclipse.jdt.internal.codeassist.select that implement InvocationModifier and TypeClassDescriptionclassclassclass -
Uses of Invocation in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Classes in org.aspectj.org.eclipse.jdt.internal.compiler.ast that implement InvocationModifier and TypeClassDescriptionclassclassclassclassclassAspectJ Extension - support for MethodBinding.alwaysNeedsAccessMethod Possible mergeconflict? Was InvocationSite but now Invocation in implements clauseclassVariation on allocation, where can optionally be specified any of: - leading enclosing instance - trailing anonymous type - generic type arguments for generic constructor invocationMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type InvocationModifier and TypeMethodDescriptionprotected MethodBindingStatement.findConstructorBinding(BlockScope scope, Invocation site, ReferenceBinding receiverType, TypeBinding[] argumentTypes) For all constructor invocations: find the constructor binding; if site.innersNeedUpdate() perform some post processing for those and produce any updates as side-effects into 'argumentTypes'.static MethodBindingASTNode.resolvePolyExpressionArguments(Invocation invocation, MethodBinding method, TypeBinding[] argumentTypes, BlockScope scope) After method lookup has produced 'methodBinding' but when poly expressions have been seen as arguments, inspect the arguments to trigger another round of resolving with improved target types from the methods parameters. -
Uses of Invocation in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type InvocationModifier and TypeMethodDescriptionvoidInferenceContext18.forwardResults(org.aspectj.org.eclipse.jdt.internal.compiler.lookup.BoundSet result, Invocation invocation, ParameterizedMethodBinding pmb, TypeBinding targetType) voidCompilationUnitScope.registerInferredInvocation(Invocation invocation) -
Uses of Invocation in org.aspectj.org.eclipse.jdt.internal.eval
Classes in org.aspectj.org.eclipse.jdt.internal.eval that implement InvocationModifier and TypeClassDescriptionclassclass