Uses of Interface
spoon.reflect.code.CtLambda
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 a set of useful filters when querying the model.
This package contains some default implementations for commonly used processing tasks.
-
Uses of CtLambda in spoon.reflect.code
Modifier and TypeMethodDescriptionCtLambda.setExpression(CtExpression<T> expression)
Sets the expression in the body of the lambda. -
Uses of CtLambda in spoon.reflect.factory
Modifier and TypeMethodDescription<T> CtLambda<T>
CoreFactory.createLambda()
Creates a new anonymous method expression.<T> CtLambda<T>
Factory.createLambda()
<T> CtLambda<T>
FactoryImpl.createLambda()
-
Uses of CtLambda in spoon.reflect.visitor
Modifier and TypeMethodDescription<T> void
CtAbstractVisitor.visitCtLambda(CtLambda<T> lambda)
<T> void
CtBiScannerDefault.visitCtLambda(CtLambda<T> lambda)
<T> void
CtInheritanceScanner.visitCtLambda(CtLambda<T> e)
<T> void
CtScanner.visitCtLambda(CtLambda<T> lambda)
<T> void
CtVisitor.visitCtLambda(CtLambda<T> lambda)
Visits an anonymous method construction.<T> void
DefaultJavaPrettyPrinter.visitCtLambda(CtLambda<T> lambda)
-
Uses of CtLambda in spoon.reflect.visitor.filter
-
Uses of CtLambda in spoon.support
-
Uses of CtLambda in spoon.support.compiler.jdt
-
Uses of CtLambda in spoon.support.reflect.code
-
Uses of CtLambda in spoon.support.visitor.clone
Modifier and TypeMethodDescription<T> void
CloneBuilder.visitCtLambda(CtLambda<T> e)
<T> void
CloneVisitor.visitCtLambda(CtLambda<T> lambda)
-
Uses of CtLambda in spoon.support.visitor.replace