Uses of Interface
spoon.reflect.code.CtAssert
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 CtAssert in spoon.reflect.code
Modifier and TypeMethodDescriptionCtAssert.setAssertExpression(CtExpression<Boolean> asserted)
Sets the assert expression.CtAssert.setExpression(CtExpression<T> expression)
Sets the expression of the assertion. -
Uses of CtAssert in spoon.reflect.factory
Modifier and TypeMethodDescription<T> CtAssert<T>
CoreFactory.createAssert()
Creates anassert
statement.<T> CtAssert<T>
Factory.createAssert()
<T> CtAssert<T>
FactoryImpl.createAssert()
-
Uses of CtAssert in spoon.reflect.visitor
Modifier and TypeMethodDescription<T> void
CtAbstractVisitor.visitCtAssert(CtAssert<T> asserted)
<T> void
CtBiScannerDefault.visitCtAssert(CtAssert<T> asserted)
<T> void
CtInheritanceScanner.visitCtAssert(CtAssert<T> e)
<T> void
CtScanner.visitCtAssert(CtAssert<T> asserted)
<T> void
CtVisitor.visitCtAssert(CtAssert<T> asserted)
Visits an assert.<T> void
DefaultJavaPrettyPrinter.visitCtAssert(CtAssert<T> asserted)
-
Uses of CtAssert in spoon.support
-
Uses of CtAssert in spoon.support.compiler.jdt
-
Uses of CtAssert in spoon.support.reflect.code
Modifier and TypeMethodDescriptionCtAssertImpl.setAssertExpression(CtExpression<Boolean> asserted)
CtAssertImpl.setExpression(CtExpression<T> value)
-
Uses of CtAssert in spoon.support.visitor.clone
-
Uses of CtAssert in spoon.support.visitor.replace
Modifier and TypeMethodDescription<T> void
ReplacementVisitor.visitCtAssert(CtAssert<T> asserted)