public final class Removed
extends org.revapi.java.spi.CheckBase
org.revapi.java.spi.CheckBase.ActiveElements<T extends Element>
Constructor and Description |
---|
Removed() |
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() |
createDifference, createDifference, doVisitAnnotation, 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()
protected void doVisitClass(@Nullable TypeElement oldType, @Nullable TypeElement newType)
doVisitClass
in class org.revapi.java.spi.CheckBase
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
Copyright © 2016 Lukas Krejci. All Rights Reserved.