public final class ConstantValueChanged extends ConfigurationAwareCheckBase
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) |
initialize, isAccessibleOrInAPI, isBothAccessibleOrInApi, isSkipUseTrackingcreateDifference, createDifference, doVisitAnnotation, doVisitClass, doVisitMethod, doVisitMethodParameter, getAnalysisContext, getConfigurationRootPaths, getJSONSchema, getNewTypeEnvironment, getOldTypeEnvironment, isAccessible, isBothAccessible, isBothPrivate, isEffectivelyAccessible, isMissing, isPubliclyUsedAs, popIfActive, pushActive, setNewTypeEnvironment, setOldTypeEnvironment, visitAnnotation, visitClass, visitEnd, visitField, visitMethod, visitMethodParameterpublic EnumSet<org.revapi.java.spi.Check.Type> getInterest()
getInterest in interface org.revapi.java.spi.Checkprotected void doVisitField(VariableElement oldField, VariableElement newField)
doVisitField in class org.revapi.java.spi.CheckBaseprotected List<org.revapi.Difference> doEnd()
doEnd in class org.revapi.java.spi.CheckBaseprotected 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.