Verwendungen von Schnittstelle
org.aspectj.org.eclipse.jdt.internal.compiler.ast.Invocation
Packages, die Invocation verwenden
Package
Beschreibung
-
Verwendungen von Invocation in org.aspectj.ajdt.internal.compiler.ast
Klassen in org.aspectj.ajdt.internal.compiler.ast, die Invocation implementierenModifizierer und TypKlasseBeschreibungclassclassUsed to represent any method call to a method namedproceed. -
Verwendungen von Invocation in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Klassen in org.aspectj.org.eclipse.jdt.internal.codeassist.complete, die Invocation implementierenModifizierer und TypKlasseBeschreibungclassclassclassclassclassInitially (https://bugs.eclipse.org/106450) this class was only used when an invocation has actual type arguments.class -
Verwendungen von Invocation in org.aspectj.org.eclipse.jdt.internal.codeassist.select
Klassen in org.aspectj.org.eclipse.jdt.internal.codeassist.select, die Invocation implementierenModifizierer und TypKlasseBeschreibungclassclassclass -
Verwendungen von Invocation in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Klassen in org.aspectj.org.eclipse.jdt.internal.compiler.ast, die Invocation implementierenModifizierer und TypKlasseBeschreibungclassclassclassclassclassAspectJ Extension - support for MethodBinding.alwaysNeedsAccessMethod Possible mergeconflict?classVariation on allocation, where can optionally be specified any of: - leading enclosing instance - trailing anonymous type - generic type arguments for generic constructor invocationMethoden in org.aspectj.org.eclipse.jdt.internal.compiler.ast mit Parametern vom Typ InvocationModifizierer und TypMethodeBeschreibungprotected 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. -
Verwendungen von Invocation in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.lookup mit Parametern vom Typ InvocationModifizierer und TypMethodeBeschreibungvoidInferenceContext18.forwardResults(org.aspectj.org.eclipse.jdt.internal.compiler.lookup.BoundSet result, Invocation invocation, ParameterizedMethodBinding pmb, TypeBinding targetType) voidCompilationUnitScope.registerInferredInvocation(Invocation invocation) -
Verwendungen von Invocation in org.aspectj.org.eclipse.jdt.internal.eval
Klassen in org.aspectj.org.eclipse.jdt.internal.eval, die Invocation implementierenModifizierer und TypKlasseBeschreibungclassclass