Uses of Class
org.eclipse.epsilon.flock.context.MigrationStrategyCheckingContext
Packages that use MigrationStrategyCheckingContext
Package
Description
-
Uses of MigrationStrategyCheckingContext in org.eclipse.epsilon.flock.execute.context
Methods in org.eclipse.epsilon.flock.execute.context that return MigrationStrategyCheckingContextModifier and TypeMethodDescriptionFlockContext.getMigrationStrategyCheckingContext()
IFlockContext.getMigrationStrategyCheckingContext()
-
Uses of MigrationStrategyCheckingContext in org.eclipse.epsilon.flock.model.checker
Constructors in org.eclipse.epsilon.flock.model.checker with parameters of type MigrationStrategyCheckingContextModifierConstructorDescriptionClassifierTypedConstructChecker
(String originalType, MigrationStrategyCheckingContext context) IgnoredPropertyChecker
(String originalType, MigrationStrategyCheckingContext context) PackageTypedConstructChecker
(String originalPackage, MigrationStrategyCheckingContext context) -
Uses of MigrationStrategyCheckingContext in org.eclipse.epsilon.flock.model.domain
Methods in org.eclipse.epsilon.flock.model.domain with parameters of type MigrationStrategyCheckingContextModifier and TypeMethodDescriptionvoid
MigrationStrategy.checkTypeMappingsAndRules
(MigrationStrategyCheckingContext context) -
Uses of MigrationStrategyCheckingContext in org.eclipse.epsilon.flock.model.domain.common
Methods in org.eclipse.epsilon.flock.model.domain.common with parameters of type MigrationStrategyCheckingContextModifier and TypeMethodDescriptionvoid
ClassifierTypedConstruct.check
(MigrationStrategyCheckingContext context) void
PackageTypedConstruct.check
(MigrationStrategyCheckingContext context) -
Uses of MigrationStrategyCheckingContext in org.eclipse.epsilon.flock.model.domain.rules
Methods in org.eclipse.epsilon.flock.model.domain.rules with parameters of type MigrationStrategyCheckingContextModifier and TypeMethodDescriptionvoid
IgnoredProperties.check
(String originalType, MigrationStrategyCheckingContext context) void
MigrateRule.check
(MigrationStrategyCheckingContext context) void
MigrateRules.check
(MigrationStrategyCheckingContext context) -
Uses of MigrationStrategyCheckingContext in org.eclipse.epsilon.flock.model.domain.typemappings
Methods in org.eclipse.epsilon.flock.model.domain.typemappings with parameters of type MigrationStrategyCheckingContextModifier and TypeMethodDescriptionvoid
TypeMappingConstruct.check
(MigrationStrategyCheckingContext context) void
TypeMappingConstructs.check
(MigrationStrategyCheckingContext context)