public class EnumConstantsOrderChanged extends ConfigurationAwareCheckBase
org.revapi.java.spi.CheckBase.ActiveElements<T extends Element>| Constructor and Description |
|---|
EnumConstantsOrderChanged() |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.revapi.Difference> |
doEnd() |
protected void |
doVisitClass(TypeElement oldType,
TypeElement newType) |
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, 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 doVisitClass(@Nullable TypeElement oldType, @Nullable TypeElement newType)
doVisitClass in class org.revapi.java.spi.CheckBaseprotected boolean shouldCheck(VariableElement oldField, VariableElement newField)
protected void doVisitField(@Nullable VariableElement oldField, @Nullable VariableElement newField)
doVisitField in class org.revapi.java.spi.CheckBase@Nullable protected List<org.revapi.Difference> doEnd()
doEnd in class org.revapi.java.spi.CheckBaseprotected 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.