Uses of Interface
spoon.reflect.code.CtFor
Packages that use CtFor
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 CtFor in spoon.reflect.code
Methods in spoon.reflect.code with type parameters of type CtForModifier and TypeMethodDescription<T extends CtFor>
TCtFor.addForInit(CtStatement statement)Adds an init statement.<T extends CtFor>
TCtFor.addForUpdate(CtStatement statement)Adds an update statement.<T extends CtFor>
TCtFor.setExpression(CtExpression<Boolean> expression)Sets the end-loop test expression.<T extends CtFor>
TCtFor.setForInit(List<CtStatement> forInit)Sets the init statements.<T extends CtFor>
TCtFor.setForUpdate(List<CtStatement> forUpdate)Sets the update statements.Methods in spoon.reflect.code that return CtFor -
Uses of CtFor in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtFor -
Uses of CtFor in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtForModifier and TypeMethodDescriptionvoidCtAbstractVisitor.visitCtFor(CtFor forLoop)voidCtBiScannerDefault.visitCtFor(CtFor forLoop)voidCtInheritanceScanner.visitCtFor(CtFor e)voidCtScanner.visitCtFor(CtFor forLoop)voidCtVisitor.visitCtFor(CtFor forLoop)Visits aforloop.voidDefaultJavaPrettyPrinter.visitCtFor(CtFor forLoop) -
Uses of CtFor in spoon.support
Methods in spoon.support that return CtFor -
Uses of CtFor in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtFor -
Uses of CtFor in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtForMethods in spoon.support.reflect.code with type parameters of type CtForModifier and TypeMethodDescription<T extends CtFor>
TCtForImpl.addForInit(CtStatement statement)<T extends CtFor>
TCtForImpl.addForUpdate(CtStatement statement)<T extends CtFor>
TCtForImpl.setExpression(CtExpression<Boolean> expression)<T extends CtFor>
TCtForImpl.setForInit(List<CtStatement> statements)<T extends CtFor>
TCtForImpl.setForUpdate(List<CtStatement> statements)Methods in spoon.support.reflect.code that return CtFor -
Uses of CtFor in spoon.support.reflect.eval
Methods in spoon.support.reflect.eval with parameters of type CtFor -
Uses of CtFor in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtFor -
Uses of CtFor in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtFor