public class EnumConstantsOrderChanged
extends org.revapi.java.spi.CheckBase
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) |
protected static boolean |
shouldCheck(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, doVisitMethod, doVisitMethodParameter, getAnalysisContext, getConfigurationRootPaths, getJSONSchema, getNewTypeEnvironment, getOldTypeEnvironment, initialize, isAccessible, isAccessibleOrInAPI, isBothAccessible, isBothAccessibleOrInApi, isBothPrivate, isEffectivelyAccessible, isMissing, isPubliclyUsedAs, popIfActive, pushActive, setNewTypeEnvironment, setOldTypeEnvironment, visitAnnotation, visitClass, visitEnd, visitField, visitMethod, visitMethodParameterprotected 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(VariableElement oldField, org.revapi.java.spi.TypeEnvironment oldEnvironment, VariableElement newField, org.revapi.java.spi.TypeEnvironment newEnvironment)
Copyright © 2015. All Rights Reserved.