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, visitMethodParameterpublic void initialize(@Nonnull org.revapi.AnalysisContext analysisContext)
initialize in interface org.revapi.configuration.Configurableinitialize in class org.revapi.java.spi.CheckBase@Nullable public String getExtensionId()
getExtensionId in interface org.revapi.configuration.ConfigurablegetExtensionId in class org.revapi.java.spi.CheckBase@Nullable public Reader getJSONSchema()
getJSONSchema in interface org.revapi.configuration.ConfigurablegetJSONSchema in class org.revapi.java.spi.CheckBasepublic EnumSet<org.revapi.java.spi.Check.Type> getInterest()
public boolean isDescendingOnNonExisting()
isDescendingOnNonExisting in interface org.revapi.java.spi.CheckisDescendingOnNonExisting in class org.revapi.java.spi.CheckBaseprotected void doVisitClass(org.revapi.java.spi.JavaTypeElement oldType,
org.revapi.java.spi.JavaTypeElement newType)
doVisitClass in class org.revapi.java.spi.CheckBaseprotected List<org.revapi.Difference> doEnd()
doEnd in class org.revapi.java.spi.CheckBaseCopyright © 2014-2020 Lukas Krejci. All Rights Reserved.