Uses of Interface
spoon.reflect.code.CtWhile
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 CtWhile in spoon.reflect.code
Modifier and TypeMethodDescription<T extends CtWhile>
TCtWhile.setLoopingExpression(CtExpression<Boolean> expression)
Sets the looping boolean test expression. -
Uses of CtWhile in spoon.reflect.factory
Modifier and TypeMethodDescriptionCoreFactory.createWhile()
Creates awhile
loop.Factory.createWhile()
FactoryImpl.createWhile()
-
Uses of CtWhile in spoon.reflect.visitor
Modifier and TypeMethodDescriptionvoid
CtAbstractVisitor.visitCtWhile(CtWhile whileLoop)
void
CtBiScannerDefault.visitCtWhile(CtWhile whileLoop)
void
CtInheritanceScanner.visitCtWhile(CtWhile e)
void
CtScanner.visitCtWhile(CtWhile whileLoop)
void
CtVisitor.visitCtWhile(CtWhile whileLoop)
Visits awhile
loop.void
DefaultJavaPrettyPrinter.visitCtWhile(CtWhile whileLoop)
-
Uses of CtWhile in spoon.support
-
Uses of CtWhile in spoon.support.compiler.jdt
-
Uses of CtWhile in spoon.support.reflect.code
Modifier and TypeMethodDescription<T extends CtWhile>
TCtWhileImpl.setLoopingExpression(CtExpression<Boolean> expression)
-
Uses of CtWhile in spoon.support.reflect.eval
-
Uses of CtWhile in spoon.support.visitor.clone
-
Uses of CtWhile in spoon.support.visitor.replace