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 TypeMethodDescriptionvoidMigrationStrategy.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 TypeMethodDescriptionvoidClassifierTypedConstruct.check(MigrationStrategyCheckingContext context) voidPackageTypedConstruct.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 TypeMethodDescriptionvoidIgnoredProperties.check(String originalType, MigrationStrategyCheckingContext context) voidMigrateRule.check(MigrationStrategyCheckingContext context) voidMigrateRules.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 TypeMethodDescriptionvoidTypeMappingConstruct.check(MigrationStrategyCheckingContext context) voidTypeMappingConstructs.check(MigrationStrategyCheckingContext context)