Uses of Interface
spoon.reflect.code.CtWhile
Packages that use 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
Methods in spoon.reflect.code with type parameters of type CtWhileModifier and TypeMethodDescription<T extends CtWhile>
TCtWhile.setLoopingExpression(CtExpression<Boolean> expression)Sets the looping boolean test expression.Methods in spoon.reflect.code that return CtWhile -
Uses of CtWhile in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtWhileModifier and TypeMethodDescriptionCoreFactory.createWhile()Creates awhileloop.Factory.createWhile()FactoryImpl.createWhile() -
Uses of CtWhile in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtWhileModifier and TypeMethodDescriptionvoidCtAbstractVisitor.visitCtWhile(CtWhile whileLoop)voidCtBiScannerDefault.visitCtWhile(CtWhile whileLoop)voidCtInheritanceScanner.visitCtWhile(CtWhile e)voidCtScanner.visitCtWhile(CtWhile whileLoop)voidCtVisitor.visitCtWhile(CtWhile whileLoop)Visits awhileloop.voidDefaultJavaPrettyPrinter.visitCtWhile(CtWhile whileLoop) -
Uses of CtWhile in spoon.support
Methods in spoon.support that return CtWhile -
Uses of CtWhile in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtWhile -
Uses of CtWhile in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtWhileMethods in spoon.support.reflect.code with type parameters of type CtWhileModifier and TypeMethodDescription<T extends CtWhile>
TCtWhileImpl.setLoopingExpression(CtExpression<Boolean> expression)Methods in spoon.support.reflect.code that return CtWhile -
Uses of CtWhile in spoon.support.reflect.eval
Methods in spoon.support.reflect.eval with parameters of type CtWhile -
Uses of CtWhile in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtWhile -
Uses of CtWhile in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtWhile