public final class Missing
extends org.revapi.java.spi.CheckBase
Constructor and Description |
---|
Missing() |
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() |
boolean |
isDescendingOnNonExisting() |
createDifference, createDifferenceWithExplicitParams, doVisitAnnotation, doVisitField, doVisitMethod, doVisitMethodParameter, getAnalysisContext, getExtensionId, getJSONSchema, getNewTypeEnvironment, getOldTypeEnvironment, initialize, isAccessible, isBothAccessible, isBothPrivate, isMissing, peekLastActive, popIfActive, pushActive, setNewTypeEnvironment, setOldTypeEnvironment, visitAnnotation, visitClass, visitEnd, visitField, visitMethod, visitMethodParameter
public EnumSet<org.revapi.java.spi.Check.Type> getInterest()
public boolean isDescendingOnNonExisting()
isDescendingOnNonExisting
in interface org.revapi.java.spi.Check
isDescendingOnNonExisting
in class org.revapi.java.spi.CheckBase
protected void doVisitClass(@Nullable org.revapi.java.spi.JavaTypeElement oldType, @Nullable org.revapi.java.spi.JavaTypeElement newType)
doVisitClass
in class org.revapi.java.spi.CheckBase
Copyright © 2014-2020 Lukas Krejci. All Rights Reserved.