public final class JavaElementDifferenceAnalyzer extends Object implements org.revapi.DifferenceAnalyzer
Constructor and Description |
---|
JavaElementDifferenceAnalyzer(org.revapi.AnalysisContext analysisContext,
ProbingEnvironment oldEnvironment,
ProbingEnvironment newEnvironment,
Iterable<org.revapi.java.spi.Check> checks,
AnalysisConfiguration analysisConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
beginAnalysis(org.revapi.Element oldElement,
org.revapi.Element newElement) |
void |
close() |
org.revapi.Report |
endAnalysis(org.revapi.Element oldElement,
org.revapi.Element newElement) |
boolean |
isDescendRequired(org.revapi.Element oldElement,
org.revapi.Element newElement) |
void |
open() |
public JavaElementDifferenceAnalyzer(org.revapi.AnalysisContext analysisContext, ProbingEnvironment oldEnvironment, ProbingEnvironment newEnvironment, Iterable<org.revapi.java.spi.Check> checks, AnalysisConfiguration analysisConfiguration)
public void open()
open
in interface org.revapi.DifferenceAnalyzer
public void close()
close
in interface AutoCloseable
public void beginAnalysis(@Nullable org.revapi.Element oldElement, @Nullable org.revapi.Element newElement)
beginAnalysis
in interface org.revapi.DifferenceAnalyzer
public boolean isDescendRequired(@Nullable org.revapi.Element oldElement, @Nullable org.revapi.Element newElement)
isDescendRequired
in interface org.revapi.DifferenceAnalyzer
Copyright © 2014-2020 Lukas Krejci. All Rights Reserved.