public final class Added
extends org.revapi.java.spi.CheckBase
Constructor and Description |
---|
Added() |
Modifier and Type | Method and Description |
---|---|
protected List<org.revapi.Difference> |
doEnd() |
protected void |
doVisitClass(org.revapi.java.spi.JavaTypeElement oldType,
org.revapi.java.spi.JavaTypeElement newType) |
EnumSet<org.revapi.java.spi.Check.Type> |
getInterest() |
void |
initialize(org.revapi.AnalysisContext analysisContext) |
createDifference, createDifferenceWithExplicitParams, doVisitAnnotation, doVisitField, doVisitMethod, doVisitMethodParameter, getAnalysisContext, getExtensionId, getJSONSchema, getNewTypeEnvironment, getOldTypeEnvironment, isAccessible, isBothAccessible, isBothPrivate, isDescendingOnNonExisting, isMissing, peekLastActive, popIfActive, pushActive, setNewTypeEnvironment, setOldTypeEnvironment, visitAnnotation, visitClass, visitEnd, visitField, visitMethod, visitMethodParameter
public void initialize(@Nonnull org.revapi.AnalysisContext analysisContext)
initialize
in interface org.revapi.configuration.Configurable
initialize
in class org.revapi.java.spi.CheckBase
protected List<org.revapi.Difference> doEnd()
doEnd
in class org.revapi.java.spi.CheckBase
protected void doVisitClass(org.revapi.java.spi.JavaTypeElement oldType, org.revapi.java.spi.JavaTypeElement newType)
doVisitClass
in class org.revapi.java.spi.CheckBase
public EnumSet<org.revapi.java.spi.Check.Type> getInterest()
Copyright © 2014-2020 Lukas Krejci. All Rights Reserved.