Uses of Interface
spoon.reflect.code.CtLambda
Packages that use 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
Methods in spoon.reflect.code with type parameters of type CtLambdaModifier and TypeMethodDescriptionCtLambda.setExpression(CtExpression<T> expression)Sets the expression in the body of the lambda.Methods in spoon.reflect.code that return CtLambda -
Uses of CtLambda in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtLambdaModifier 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
Methods in spoon.reflect.visitor with parameters of type CtLambdaModifier and TypeMethodDescription<T> voidCtAbstractVisitor.visitCtLambda(CtLambda<T> lambda)<T> voidCtBiScannerDefault.visitCtLambda(CtLambda<T> lambda)<T> voidCtInheritanceScanner.visitCtLambda(CtLambda<T> e)<T> voidCtScanner.visitCtLambda(CtLambda<T> lambda)<T> voidCtVisitor.visitCtLambda(CtLambda<T> lambda)Visits an anonymous method construction.<T> voidDefaultJavaPrettyPrinter.visitCtLambda(CtLambda<T> lambda) -
Uses of CtLambda in spoon.reflect.visitor.filter
Methods in spoon.reflect.visitor.filter with parameters of type CtLambda -
Uses of CtLambda in spoon.support
Methods in spoon.support that return CtLambda -
Uses of CtLambda in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtLambda -
Uses of CtLambda in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtLambdaMethods in spoon.support.reflect.code with type parameters of type CtLambdaMethods in spoon.support.reflect.code that return CtLambda -
Uses of CtLambda in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtLambdaModifier and TypeMethodDescription<T> voidCloneBuilder.visitCtLambda(CtLambda<T> e)<T> voidCloneVisitor.visitCtLambda(CtLambda<T> lambda) -
Uses of CtLambda in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtLambda