Uses of Interface
spoon.reflect.visitor.chain.CtFunction
Package
Description
This package defines the Spoon's compile-time meta-model of Java programs.
-
Uses of CtFunction in spoon.reflect
-
Uses of CtFunction in spoon.reflect.visitor.chain
Modifier and TypeMethodDescription<I, R> CtQuery
CtQuery.map(CtFunction<I,R> function)
Query elements based on a function, the behavior depends on the return type of the function.<I, R> CtQuery
CtQueryable.map(CtFunction<I,R> function)
<I, R> CtQueryImpl
CtQueryImpl.map(CtFunction<I,R> function)
-
Uses of CtFunction in spoon.support.reflect.declaration