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 ayieldstatementFactory.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 TypeMethodDescriptionvoidCtAbstractVisitor.visitCtYieldStatement(CtYieldStatement statement)voidCtBiScannerDefault.visitCtYieldStatement(CtYieldStatement statement)voidCtInheritanceScanner.visitCtYieldStatement(CtYieldStatement e)voidCtScanner.visitCtYieldStatement(CtYieldStatement statement)voidCtVisitor.visitCtYieldStatement(CtYieldStatement statement)Visits a yield statement.voidDefaultJavaPrettyPrinter.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 TypeMethodDescriptionvoidCloneVisitor.visitCtYieldStatement(CtYieldStatement statement) -
Uses of CtYieldStatement in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtYieldStatementModifier and TypeMethodDescriptionvoidReplacementVisitor.visitCtYieldStatement(CtYieldStatement statement)