Uses of Interface
org.revapi.ElementMatcher.CompiledRecipe
-
Packages that use ElementMatcher.CompiledRecipe Package Description org.revapi -
-
Uses of ElementMatcher.CompiledRecipe in org.revapi
Methods in org.revapi that return types with arguments of type ElementMatcher.CompiledRecipe Modifier and Type Method Description Optional<ElementMatcher.CompiledRecipe>
ElementMatcher. compile(String recipe)
Tries to compile the provided recipe into a form that can test individual elements.
-