Uses of Interface
org.revapi.ElementForest
-
Packages that use ElementForest Package Description org.revapi org.revapi.base org.revapi.simple -
-
Uses of ElementForest in org.revapi
Methods in org.revapi that return ElementForest Modifier and Type Method Description ElementForest<E>
ArchiveAnalyzer. analyze(TreeFilter<E> filter)
Analyzes the API archives and filters the forest using the provided filter.static <E extends Element<E>>
ElementForest<E>ElementForest. empty(API api)
Methods in org.revapi with parameters of type ElementForest Modifier and Type Method Description void
ArchiveAnalyzer. prune(ElementForest<E> forest)
Once all the filtering on the element forest is done, the analyzer is allowed one final "pass" through the forest to remove any elements that should not be there any longer.static <E extends Element<E>>
voidElementForest. walk(ElementForest<E> forest, ElementForest.Visitor<E> visitor)
-
Uses of ElementForest in org.revapi.base
Classes in org.revapi.base that implement ElementForest Modifier and Type Class Description class
BaseElementForest<E extends Element<E>>
A convenience base class for element forest implementations.Methods in org.revapi.base with parameters of type ElementForest Modifier and Type Method Description void
BaseArchiveAnalyzer. prune(ElementForest<E> forest)
-
Uses of ElementForest in org.revapi.simple
Classes in org.revapi.simple that implement ElementForest Modifier and Type Class Description class
SimpleElementForest
Deprecated.useBaseElementForest
instead
-