Class JavaElementMatcher
java.lang.Object
org.revapi.java.matcher.JavaElementMatcher
- All Implemented Interfaces:
AutoCloseable
,org.revapi.configuration.Configurable
,org.revapi.ElementMatcher
- Author:
- Lukas Krejci
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.revapi.ElementMatcher
org.revapi.ElementMatcher.CompiledRecipe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Optional
<org.revapi.ElementMatcher.CompiledRecipe> void
initialize
(org.revapi.AnalysisContext analysisContext)
-
Constructor Details
-
JavaElementMatcher
public JavaElementMatcher()
-
-
Method Details
-
compile
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-
getMatcherId
- Specified by:
getMatcherId
in interfaceorg.revapi.ElementMatcher
-
getExtensionId
- Specified by:
getExtensionId
in interfaceorg.revapi.configuration.Configurable
-
getJSONSchema
-
initialize
- Specified by:
initialize
in interfaceorg.revapi.configuration.Configurable
-