Interface TypeMappingConstruct
-
- All Superinterfaces:
EquivalenceFactory
,ModuleElement
- All Known Implementing Classes:
Deletion
,PackageDeletion
,PackageRetyping
,Retyping
public interface TypeMappingConstruct extends EquivalenceFactory, ModuleElement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
appliesIn(GuardedConstructContext original)
void
check(MigrationStrategyCheckingContext context)
-
Methods inherited from interface org.eclipse.epsilon.flock.equivalences.factory.EquivalenceFactory
createEquivalence
-
Methods inherited from interface org.eclipse.epsilon.common.module.ModuleElement
build, getChildren, getComments, getData, getFile, getModule, getParent, getRegion, getUri, setModule, setParent, setRegion, setUri
-
-
-
-
Method Detail
-
appliesIn
boolean appliesIn(GuardedConstructContext original) throws EolRuntimeException
- Throws:
EolRuntimeException
-
check
void check(MigrationStrategyCheckingContext context)
-
-