Uses of Interface
org.revapi.ElementMatcher
-
Packages that use ElementMatcher Package Description org.revapi org.revapi.base -
-
Uses of ElementMatcher in org.revapi
Methods in org.revapi that return types with arguments of type ElementMatcher Modifier and Type Method Description Map<String,ElementMatcher>AnalysisContext. getMatchers()Map<AnalysisResult.ExtensionInstance<ElementMatcher>,AnalysisContext>AnalysisResult.Extensions. getMatchers()Set<Class<? extends ElementMatcher>>PipelineConfiguration. getMatcherTypes()Method parameters in org.revapi with type arguments of type ElementMatcher Modifier and Type Method Description AnalysisContextAnalysisContext. copyWithMatchers(Set<ElementMatcher> matchers)A helper method to instantiate a new analysis context with the provided set of matchers.PipelineConfiguration.BuilderPipelineConfiguration.Builder. withMatchers(Iterable<Class<? extends ElementMatcher>> filters)Revapi.BuilderRevapi.Builder. withMatchers(Iterable<Class<? extends ElementMatcher>> matchers)Deprecated. -
Uses of ElementMatcher in org.revapi.base
Classes in org.revapi.base that implement ElementMatcher Modifier and Type Class Description classBaseElementMatcherA convenience base class for element matchers.
-