public final class FormalTypeParametersChanged extends ConfigurationAwareCheckBase
org.revapi.java.spi.CheckBase.ActiveElements<T extends Element>| Constructor and Description |
|---|
FormalTypeParametersChanged() |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.revapi.Difference> |
doEnd() |
protected void |
doVisitClass(TypeElement oldType,
TypeElement newType) |
protected void |
doVisitMethod(ExecutableElement oldMethod,
ExecutableElement newMethod) |
EnumSet<org.revapi.java.spi.Check.Type> |
getInterest() |
initialize, isAccessibleOrInAPI, isBothAccessibleOrInApi, isSkipUseTrackingcreateDifference, createDifference, doVisitAnnotation, doVisitField, doVisitMethodParameter, getAnalysisContext, getConfigurationRootPaths, getJSONSchema, getNewTypeEnvironment, getOldTypeEnvironment, isAccessible, isBothAccessible, isBothPrivate, isEffectivelyAccessible, isMissing, isPubliclyUsedAs, popIfActive, pushActive, setNewTypeEnvironment, setOldTypeEnvironment, visitAnnotation, visitClass, visitEnd, visitField, visitMethod, visitMethodParameterpublic EnumSet<org.revapi.java.spi.Check.Type> getInterest()
protected void doVisitClass(@Nullable TypeElement oldType, @Nullable TypeElement newType)
doVisitClass in class org.revapi.java.spi.CheckBaseprotected void doVisitMethod(@Nullable ExecutableElement oldMethod, @Nullable ExecutableElement newMethod)
doVisitMethod in class org.revapi.java.spi.CheckBaseCopyright © 2016 Lukas Krejci. All Rights Reserved.