Uses of Interface
spoon.reflect.code.CtAssert
Packages that use 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
Methods in spoon.reflect.code with type parameters of type CtAssertModifier and TypeMethodDescriptionCtAssert.setAssertExpression(CtExpression<Boolean> asserted)
Sets the assert expression.CtAssert.setExpression(CtExpression<T> expression)
Sets the expression of the assertion.Methods in spoon.reflect.code that return CtAssert -
Uses of CtAssert in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtAssertModifier 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
Methods in spoon.reflect.visitor with parameters of type CtAssertModifier 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
Methods in spoon.support that return CtAssert -
Uses of CtAssert in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtAssert -
Uses of CtAssert in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtAssertMethods in spoon.support.reflect.code with type parameters of type CtAssertModifier and TypeMethodDescriptionCtAssertImpl.setAssertExpression(CtExpression<Boolean> asserted)
CtAssertImpl.setExpression(CtExpression<T> value)
Methods in spoon.support.reflect.code that return CtAssert -
Uses of CtAssert in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtAssert -
Uses of CtAssert in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtAssertModifier and TypeMethodDescription<T> void
ReplacementVisitor.visitCtAssert(CtAssert<T> asserted)