Uses of Class
spoon.reflect.visitor.chain.CtQueryImpl
-
Uses of CtQueryImpl in spoon.reflect.visitor.chain
Modifier and TypeMethodDescriptionadds list of elements which will be used as input of the query tooCtQueryImpl.failurePolicy(QueryFailurePolicy policy)
<R extends CtElement>
CtQueryImplCtQueryImpl.filterChildren(Filter<R> filter)
CtQueryImpl.logging(boolean logging)
Enable/disable logging for this query Note: it is not possible to enable logging of all queries globally by Launcher.LOGGER.isDebugEnabled() because it causes StackOverflow.<I> CtQueryImpl
CtQueryImpl.map(CtConsumableFunction<I> code)
<I, R> CtQueryImpl
CtQueryImpl.map(CtFunction<I,R> function)
<R extends CtElement>
CtQueryImplCtQueryImpl.stepFailurePolicy(QueryFailurePolicy policy)