Uses of Class
spoon.reflect.visitor.filter.TypeFilter
Packages that use TypeFilter
Package
Description
This package contains a set of useful filters when querying the model.
-
Uses of TypeFilter in spoon.reflect.visitor.filter
Subclasses of TypeFilter in spoon.reflect.visitor.filterModifier and TypeClassDescriptionclassAnnotationFilter<E extends CtElement>This filter matches all the elements annotated with a given annotation type.classThis filter matches all elements that can be considered as line of code (e.g. directly contained in a block, or a then statement).classReferenceTypeFilter<T extends CtReference>This simple filter matches all the references of a given type.