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