Uses of Interface
spoon.reflect.code.CtInvocation
Packages that use CtInvocation
Package
Description
This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).
This package defines all the sub-factories for the Spoon meta-model.
This package defines visitor, scanner, and scanner-based query API for Java programs reified in the meta-model.
This package contains a set of useful filters when querying the model.
This package contains some default implementations for commonly used processing tasks.
-
Uses of CtInvocation in spoon.refactoring
Methods in spoon.refactoring that return types with arguments of type CtInvocationModifier and TypeMethodDescriptionList<CtInvocation<?>>
CtParameterRemoveRefactoring.getTargetInvocations()
Methods in spoon.refactoring with parameters of type CtInvocationModifier and TypeMethodDescriptionprotected void
CtParameterRemoveRefactoring.createExpressionCannotBeRemovedIssue(CtInvocation<?> invocation, CtExpression<?> toBeRemovedExpression)
Override this method to get access to details about this refactoring issue.protected void
CtParameterRemoveRefactoring.removeInvocationArgument(CtInvocation<?> invocation)
-
Uses of CtInvocation in spoon.reflect.code
Methods in spoon.reflect.code that return CtInvocation -
Uses of CtInvocation in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtInvocationModifier and TypeMethodDescription<T> CtInvocation<T>
CodeFactory.createInvocation(CtExpression<?> target, CtExecutableReference<T> executable, List<CtExpression<?>> arguments)
Creates an invocation (can be a statement or an expression).<T> CtInvocation<T>
CodeFactory.createInvocation(CtExpression<?> target, CtExecutableReference<T> executable, CtExpression<?>... arguments)
Creates an invocation (can be a statement or an expression).<T> CtInvocation<T>
CoreFactory.createInvocation()
Creates an invocation expression.<T> CtInvocation<T>
Factory.createInvocation()
<T> CtInvocation<T>
Factory.createInvocation(CtExpression<?> target, CtExecutableReference<T> executable, List<CtExpression<?>> arguments)
<T> CtInvocation<T>
Factory.createInvocation(CtExpression<?> target, CtExecutableReference<T> executable, CtExpression<?>... arguments)
<T> CtInvocation<T>
FactoryImpl.createInvocation()
<T> CtInvocation<T>
FactoryImpl.createInvocation(CtExpression<?> target, CtExecutableReference<T> executable, List<CtExpression<?>> arguments)
<T> CtInvocation<T>
FactoryImpl.createInvocation(CtExpression<?> target, CtExecutableReference<T> executable, CtExpression<?>... arguments)
-
Uses of CtInvocation in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtInvocationModifier and TypeMethodDescription<T> void
CtAbstractVisitor.visitCtInvocation(CtInvocation<T> invocation)
<T> void
CtBiScannerDefault.visitCtInvocation(CtInvocation<T> invocation)
<T> void
CtInheritanceScanner.visitCtInvocation(CtInvocation<T> e)
<T> void
CtScanner.visitCtInvocation(CtInvocation<T> invocation)
<T> void
CtVisitor.visitCtInvocation(CtInvocation<T> invocation)
Visits an executable invocation.<T> void
DefaultJavaPrettyPrinter.visitCtInvocation(CtInvocation<T> invocation)
void
ImportScannerImpl.visitCtInvocation(CtInvocation invocation)
-
Uses of CtInvocation in spoon.reflect.visitor.filter
Methods in spoon.reflect.visitor.filter with parameters of type CtInvocation -
Uses of CtInvocation in spoon.support
Methods in spoon.support that return CtInvocation -
Uses of CtInvocation in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtInvocationModifier and TypeMethodDescription<T> void
ParentExiter.visitCtInvocation(CtInvocation<T> invocation)
-
Uses of CtInvocation in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtInvocationMethods in spoon.support.reflect.code that return CtInvocation -
Uses of CtInvocation in spoon.support.reflect.eval
Methods in spoon.support.reflect.eval with parameters of type CtInvocationModifier and TypeMethodDescription<T> void
VisitorPartialEvaluator.visitCtInvocation(CtInvocation<T> invocation)
-
Uses of CtInvocation in spoon.support.util
Methods in spoon.support.util with parameters of type CtInvocationModifier and TypeMethodDescriptionstatic <T> T
RtHelper.invoke(CtInvocation<T> i)
Actually invokes from a compile-time invocation (by using runtime reflection). -
Uses of CtInvocation in spoon.support.visitor
Methods in spoon.support.visitor with parameters of type CtInvocation -
Uses of CtInvocation in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtInvocationModifier and TypeMethodDescription<T> void
CloneBuilder.visitCtInvocation(CtInvocation<T> e)
<T> void
CloneVisitor.visitCtInvocation(CtInvocation<T> invocation)
-
Uses of CtInvocation in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtInvocationModifier and TypeMethodDescription<T> void
ReplacementVisitor.visitCtInvocation(CtInvocation<T> invocation)