Uses of Interface
spoon.reflect.code.CtYieldStatement
Packages that use CtYieldStatement
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 CtYieldStatement in spoon.reflect.code
Methods in spoon.reflect.code with type parameters of type CtYieldStatementModifier and TypeMethodDescription<T extends CtYieldStatement>
TCtYieldStatement.setExpression(CtExpression<?> expression)
Gets the expression of the yield statement.Methods in spoon.reflect.code that return CtYieldStatement -
Uses of CtYieldStatement in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtYieldStatementModifier and TypeMethodDescriptionCoreFactory.createYieldStatement()
Creates ayield
statementFactory.createYieldStatement(boolean isImplicit)
FactoryImpl.createYieldStatement(boolean isImplicit)
-
Uses of CtYieldStatement in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtYieldStatementModifier and TypeMethodDescriptionvoid
CtAbstractVisitor.visitCtYieldStatement(CtYieldStatement statement)
void
CtBiScannerDefault.visitCtYieldStatement(CtYieldStatement statement)
void
CtInheritanceScanner.visitCtYieldStatement(CtYieldStatement e)
void
CtScanner.visitCtYieldStatement(CtYieldStatement statement)
void
CtVisitor.visitCtYieldStatement(CtYieldStatement statement)
Visits a yield statement.void
DefaultJavaPrettyPrinter.visitCtYieldStatement(CtYieldStatement statement)
-
Uses of CtYieldStatement in spoon.support
Methods in spoon.support that return CtYieldStatement -
Uses of CtYieldStatement in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtYieldStatement -
Uses of CtYieldStatement in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtYieldStatementMethods in spoon.support.reflect.code with type parameters of type CtYieldStatementModifier and TypeMethodDescription<T extends CtYieldStatement>
TCtYieldStatementImpl.setExpression(CtExpression<?> expression)
Methods in spoon.support.reflect.code that return CtYieldStatement -
Uses of CtYieldStatement in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtYieldStatementModifier and TypeMethodDescriptionvoid
CloneVisitor.visitCtYieldStatement(CtYieldStatement statement)
-
Uses of CtYieldStatement in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtYieldStatementModifier and TypeMethodDescriptionvoid
ReplacementVisitor.visitCtYieldStatement(CtYieldStatement statement)