Package | Description |
---|---|
spoon.refactoring | |
spoon.reflect.code |
This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).
|
spoon.reflect.factory |
This package defines all the sub-factories for the Spoon meta-model.
|
spoon.reflect.visitor |
This package defines visitor, scanner, and scanner-based query API for Java programs reified in the meta-model.
|
spoon.reflect.visitor.filter |
This package contains a set of useful filters when querying the model.
|
spoon.support |
This package contains some default implementations for commonly used processing tasks.
|
spoon.support.compiler.jdt | |
spoon.support.reflect.code | |
spoon.support.reflect.eval | |
spoon.support.util | |
spoon.support.visitor | |
spoon.support.visitor.clone | |
spoon.support.visitor.replace |
Modifier and Type | Method and Description |
---|---|
List<CtInvocation<?>> |
CtParameterRemoveRefactoring.getTargetInvocations() |
Modifier and Type | Method and Description |
---|---|
protected 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) |
Modifier and Type | Method and Description |
---|---|
CtInvocation<T> |
CtInvocation.clone() |
Modifier and Type | Method and Description |
---|---|
<T> CtInvocation<T> |
Factory.createInvocation() |
<T> CtInvocation<T> |
CoreFactory.createInvocation()
Creates an invocation expression.
|
<T> CtInvocation<T> |
FactoryImpl.createInvocation() |
<T> CtInvocation<T> |
Factory.createInvocation(CtExpression<?> target,
CtExecutableReference<T> executable,
CtExpression<?>... arguments) |
<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> |
FactoryImpl.createInvocation(CtExpression<?> target,
CtExecutableReference<T> executable,
CtExpression<?>... arguments) |
<T> CtInvocation<T> |
Factory.createInvocation(CtExpression<?> target,
CtExecutableReference<T> executable,
List<CtExpression<?>> arguments) |
<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> |
FactoryImpl.createInvocation(CtExpression<?> target,
CtExecutableReference<T> executable,
List<CtExpression<?>> arguments) |
Modifier and Type | Method and Description |
---|---|
void |
ImportScannerImpl.visitCtInvocation(CtInvocation invocation)
Deprecated.
|
<T> void |
DefaultJavaPrettyPrinter.visitCtInvocation(CtInvocation<T> invocation) |
<T> void |
CtAbstractVisitor.visitCtInvocation(CtInvocation<T> invocation) |
<T> void |
CtVisitor.visitCtInvocation(CtInvocation<T> invocation)
Visits an executable invocation.
|
<T> void |
CtInheritanceScanner.visitCtInvocation(CtInvocation<T> e) |
<T> void |
CtScanner.visitCtInvocation(CtInvocation<T> invocation) |
<T> void |
CtBiScannerDefault.visitCtInvocation(CtInvocation<T> invocation) |
Modifier and Type | Method and Description |
---|---|
boolean |
InvocationFilter.matches(CtInvocation<?> invocation) |
Modifier and Type | Method and Description |
---|---|
<T> CtInvocation<T> |
DefaultCoreFactory.createInvocation() |
Modifier and Type | Method and Description |
---|---|
<T> void |
ParentExiter.visitCtInvocation(CtInvocation<T> invocation) |
Modifier and Type | Class and Description |
---|---|
class |
CtInvocationImpl<T> |
Modifier and Type | Method and Description |
---|---|
CtInvocation<T> |
CtInvocationImpl.clone() |
Modifier and Type | Method and Description |
---|---|
<T> void |
VisitorPartialEvaluator.visitCtInvocation(CtInvocation<T> invocation) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
RtHelper.invoke(CtInvocation<T> i)
Actually invokes from a compile-time invocation (by using runtime
reflection).
|
Modifier and Type | Method and Description |
---|---|
MethodTypingContext |
MethodTypingContext.setInvocation(CtInvocation<?> invocation) |
Modifier and Type | Method and Description |
---|---|
<T> void |
CloneVisitor.visitCtInvocation(CtInvocation<T> invocation) |
<T> void |
CloneBuilder.visitCtInvocation(CtInvocation<T> e) |
Modifier and Type | Method and Description |
---|---|
<T> void |
ReplacementVisitor.visitCtInvocation(CtInvocation<T> invocation) |
Copyright © 2007–2019 Inria. All rights reserved.