Uses of Interface
spoon.reflect.code.CtIf
Packages that use CtIf
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 CtIf in spoon.pattern
Methods in spoon.pattern with parameters of type CtIfModifier and TypeMethodDescriptionInlinedStatementConfigurator.markAsInlined(CtIf ifElement)
marksCtIf
as inline statement. -
Uses of CtIf in spoon.reflect.code
Methods in spoon.reflect.code with type parameters of type CtIfModifier and TypeMethodDescription<T extends CtIf>
TCtIf.setCondition(CtExpression<Boolean> expression)
Sets the boolean expression that represents theif
's condition.<T extends CtIf>
TCtIf.setElseStatement(CtStatement elseStatement)
Sets the statement executed when the condition is false.<T extends CtIf>
TCtIf.setThenStatement(CtStatement thenStatement)
Sets the statement executed when the condition is true.Methods in spoon.reflect.code that return CtIf -
Uses of CtIf in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtIf -
Uses of CtIf in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtIfModifier and TypeMethodDescriptionboolean
void
void
void
void
void
Visits anif
statement.void
-
Uses of CtIf in spoon.support
Methods in spoon.support that return CtIf -
Uses of CtIf in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtIf -
Uses of CtIf in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtIfMethods in spoon.support.reflect.code with type parameters of type CtIfModifier and TypeMethodDescription<T extends CtIf>
TCtIfImpl.setCondition(CtExpression<Boolean> condition)
<T extends CtIf>
TCtIfImpl.setElseStatement(CtStatement elseStatement)
<T extends CtIf>
TCtIfImpl.setThenStatement(CtStatement thenStatement)
Methods in spoon.support.reflect.code that return CtIf -
Uses of CtIf in spoon.support.reflect.eval
Methods in spoon.support.reflect.eval with parameters of type CtIf -
Uses of CtIf in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtIf -
Uses of CtIf in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtIf