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