Uses of Interface
spoon.reflect.code.CtReturn
Packages that use CtReturn
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 CtReturn in spoon.reflect.code
Methods in spoon.reflect.code with type parameters of type CtReturnModifier and TypeMethodDescriptionCtReturn.setReturnedExpression(CtExpression<R> returnedExpression) Sets the returned expression.Methods in spoon.reflect.code that return CtReturn -
Uses of CtReturn in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtReturnModifier and TypeMethodDescription<T> CtReturn<T>CodeFactory.createCtReturn(CtExpression<T> expression) Creates a return statement.<T> CtReturn<T>Factory.createCtReturn(CtExpression<T> expression) <T> CtReturn<T>FactoryImpl.createCtReturn(CtExpression<T> expression) <R> CtReturn<R>CoreFactory.createReturn()Creates areturnstatement.<R> CtReturn<R>Factory.createReturn()<R> CtReturn<R>FactoryImpl.createReturn() -
Uses of CtReturn in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtReturnModifier and TypeMethodDescription<R> voidCtAbstractVisitor.visitCtReturn(CtReturn<R> returnStatement) <R> voidCtBiScannerDefault.visitCtReturn(CtReturn<R> returnStatement) <R> voidCtInheritanceScanner.visitCtReturn(CtReturn<R> e) <R> voidCtScanner.visitCtReturn(CtReturn<R> returnStatement) <R> voidCtVisitor.visitCtReturn(CtReturn<R> returnStatement) Visits areturnstatement.<R> voidDefaultJavaPrettyPrinter.visitCtReturn(CtReturn<R> returnStatement) -
Uses of CtReturn in spoon.support
Methods in spoon.support that return CtReturn -
Uses of CtReturn in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtReturnModifier and TypeMethodDescription<R> voidParentExiter.visitCtReturn(CtReturn<R> returnStatement) -
Uses of CtReturn in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtReturnMethods in spoon.support.reflect.code with type parameters of type CtReturnMethods in spoon.support.reflect.code that return CtReturn -
Uses of CtReturn in spoon.support.reflect.eval
Methods in spoon.support.reflect.eval with parameters of type CtReturnModifier and TypeMethodDescription<R> voidVisitorPartialEvaluator.visitCtReturn(CtReturn<R> returnStatement) -
Uses of CtReturn in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtReturnModifier and TypeMethodDescription<R> voidCloneVisitor.visitCtReturn(CtReturn<R> returnStatement) -
Uses of CtReturn in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtReturnModifier and TypeMethodDescription<R> voidReplacementVisitor.visitCtReturn(CtReturn<R> returnStatement)