Package | Description |
---|---|
spoon.reflect.visitor.filter |
This package contains a set of useful filters when querying the model.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationFilter<E extends CtElement>
This filter matches all the elements annotated with a given annotation type.
|
class |
LineFilter
This filter matches all elements that can be considered as line of code (e.g.
|
class |
ReferenceTypeFilter<T extends CtReference>
This simple filter matches all the references of a given type.
|
Copyright © 2007–2019 Inria. All rights reserved.