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 voidCtParameterRemoveRefactoring.createExpressionCannotBeRemovedIssue(CtInvocation<?> invocation, CtExpression<?> toBeRemovedExpression)Override this method to get access to details about this refactoring issue.protected voidCtParameterRemoveRefactoring.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> voidCtAbstractVisitor.visitCtInvocation(CtInvocation<T> invocation)<T> voidCtBiScannerDefault.visitCtInvocation(CtInvocation<T> invocation)<T> voidCtInheritanceScanner.visitCtInvocation(CtInvocation<T> e)<T> voidCtScanner.visitCtInvocation(CtInvocation<T> invocation)<T> voidCtVisitor.visitCtInvocation(CtInvocation<T> invocation)Visits an executable invocation.<T> voidDefaultJavaPrettyPrinter.visitCtInvocation(CtInvocation<T> invocation)voidImportScannerImpl.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> voidParentExiter.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> voidVisitorPartialEvaluator.visitCtInvocation(CtInvocation<T> invocation) -
Uses of CtInvocation in spoon.support.util
Methods in spoon.support.util with parameters of type CtInvocationModifier and TypeMethodDescriptionstatic <T> TRtHelper.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> voidCloneBuilder.visitCtInvocation(CtInvocation<T> e)<T> voidCloneVisitor.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> voidReplacementVisitor.visitCtInvocation(CtInvocation<T> invocation)