public final class NonPublicClassPartOfAPI
extends org.revapi.java.spi.CheckBase
Constructor and Description |
---|
NonPublicClassPartOfAPI() |
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) |
String |
getExtensionId() |
EnumSet<org.revapi.java.spi.Check.Type> |
getInterest() |
Reader |
getJSONSchema() |
void |
initialize(org.revapi.AnalysisContext analysisContext) |
boolean |
isDescendingOnNonExisting() |
createDifference, createDifferenceWithExplicitParams, doVisitAnnotation, doVisitField, doVisitMethod, doVisitMethodParameter, getAnalysisContext, getNewTypeEnvironment, getOldTypeEnvironment, isAccessible, isBothAccessible, isBothPrivate, 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
@Nullable public String getExtensionId()
getExtensionId
in interface org.revapi.configuration.Configurable
getExtensionId
in class org.revapi.java.spi.CheckBase
@Nullable public Reader getJSONSchema()
getJSONSchema
in interface org.revapi.configuration.Configurable
getJSONSchema
in class org.revapi.java.spi.CheckBase
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(org.revapi.java.spi.JavaTypeElement oldType, org.revapi.java.spi.JavaTypeElement newType)
doVisitClass
in class org.revapi.java.spi.CheckBase
protected List<org.revapi.Difference> doEnd()
doEnd
in class org.revapi.java.spi.CheckBase
Copyright © 2014-2020 Lukas Krejci. All Rights Reserved.