Uses of Interface
spoon.reflect.code.CtForEach
Packages that use CtForEach
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 some default implementations for commonly used processing tasks.
-
Uses of CtForEach in spoon.pattern
Methods in spoon.pattern with parameters of type CtForEachModifier and TypeMethodDescriptionInlinedStatementConfigurator.markAsInlined(CtForEach foreach)
marksCtForEach
as inline statement. -
Uses of CtForEach in spoon.reflect.code
Methods in spoon.reflect.code with type parameters of type CtForEachModifier and TypeMethodDescription<T extends CtForEach>
TCtForEach.setExpression(CtExpression<?> expression)
Sets the iterated expression (an iterable of an array).<T extends CtForEach>
TCtForEach.setVariable(CtLocalVariable<?> variable)
Sets the variable that references the currently iterated element.Methods in spoon.reflect.code that return CtForEach -
Uses of CtForEach in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtForEachModifier and TypeMethodDescriptionCoreFactory.createForEach()
Creates aforeach
loop.Factory.createForEach()
FactoryImpl.createForEach()
-
Uses of CtForEach in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtForEachModifier and TypeMethodDescriptionvoid
CtAbstractVisitor.visitCtForEach(CtForEach foreach)
void
CtBiScannerDefault.visitCtForEach(CtForEach foreach)
void
CtInheritanceScanner.visitCtForEach(CtForEach e)
void
CtScanner.visitCtForEach(CtForEach foreach)
void
CtVisitor.visitCtForEach(CtForEach foreach)
Visits an enhancedfor
loop.void
DefaultJavaPrettyPrinter.visitCtForEach(CtForEach foreach)
-
Uses of CtForEach in spoon.support
Methods in spoon.support that return CtForEach -
Uses of CtForEach in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtForEach -
Uses of CtForEach in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtForEachMethods in spoon.support.reflect.code with type parameters of type CtForEachModifier and TypeMethodDescription<T extends CtForEach>
TCtForEachImpl.setExpression(CtExpression<?> expression)
<T extends CtForEach>
TCtForEachImpl.setVariable(CtLocalVariable<?> variable)
Methods in spoon.support.reflect.code that return CtForEach -
Uses of CtForEach in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtForEach -
Uses of CtForEach in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtForEach