public final class ConstantValueChanged
extends org.revapi.java.spi.CheckBase
org.revapi.java.spi.CheckBase.ActiveElements<T extends Element>
Constructor and Description |
---|
ConstantValueChanged() |
Modifier and Type | Method and Description |
---|---|
protected List<org.revapi.Difference> |
doEnd() |
protected void |
doVisitField(VariableElement oldField,
VariableElement newField) |
EnumSet<org.revapi.java.spi.Check.Type> |
getInterest() |
protected static boolean |
shouldCheck(org.revapi.java.spi.CheckBase check,
VariableElement oldField,
org.revapi.java.spi.TypeEnvironment oldEnvironment,
VariableElement newField,
org.revapi.java.spi.TypeEnvironment newEnvironment) |
protected boolean |
shouldCheck(VariableElement oldField,
VariableElement newField) |
createDifference, createDifference, doVisitAnnotation, doVisitClass, doVisitMethod, doVisitMethodParameter, getAnalysisContext, getConfigurationRootPaths, getJSONSchema, getNewTypeEnvironment, getOldTypeEnvironment, initialize, isAccessible, isBothAccessible, isBothPrivate, isMissing, isPubliclyUsedAs, isSkipUseTracking, popIfActive, pushActive, setNewTypeEnvironment, setOldTypeEnvironment, setSkipUseTracking, visitAnnotation, visitClass, visitEnd, visitField, visitMethod, visitMethodParameter
public EnumSet<org.revapi.java.spi.Check.Type> getInterest()
getInterest
in interface org.revapi.java.spi.Check
protected void doVisitField(VariableElement oldField, VariableElement newField)
doVisitField
in class org.revapi.java.spi.CheckBase
protected List<org.revapi.Difference> doEnd()
doEnd
in class org.revapi.java.spi.CheckBase
protected boolean shouldCheck(VariableElement oldField, VariableElement newField)
protected static boolean shouldCheck(org.revapi.java.spi.CheckBase check, VariableElement oldField, org.revapi.java.spi.TypeEnvironment oldEnvironment, VariableElement newField, org.revapi.java.spi.TypeEnvironment newEnvironment)
Copyright © 2016 Lukas Krejci. All Rights Reserved.