Uses of Class
spoon.reflect.visitor.chain.CtQueryImpl
Packages that use CtQueryImpl
-
Uses of CtQueryImpl in spoon.reflect.visitor.chain
Methods in spoon.reflect.visitor.chain that return CtQueryImplModifier 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> CtQueryImplCtQueryImpl.map(CtConsumableFunction<I> code) <I,R> CtQueryImpl CtQueryImpl.map(CtFunction<I, R> function) <R extends CtElement>
CtQueryImplCtQueryImpl.stepFailurePolicy(QueryFailurePolicy policy)