Class MigrateRule
java.lang.Object
org.eclipse.epsilon.common.module.AbstractModuleElement
org.eclipse.epsilon.eol.dom.AnnotatableModuleElement
org.eclipse.epsilon.flock.model.domain.common.FlockConstruct
org.eclipse.epsilon.flock.model.domain.common.GuardedConstruct
org.eclipse.epsilon.flock.model.domain.common.ClassifierTypedConstruct
org.eclipse.epsilon.flock.model.domain.rules.MigrateRule
- All Implemented Interfaces:
ModuleElement
-
Field Summary
Fields inherited from class org.eclipse.epsilon.eol.dom.AnnotatableModuleElement
annotationBlock
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
applyTo
(MigrateRuleContext context) void
void
check
(MigrationStrategyCheckingContext context) void
gatherIgnoredPropertiesFor
(MigrateRuleContext context, IgnoredProperties ignoredProperties) toString()
Methods inherited from class org.eclipse.epsilon.flock.model.domain.common.ClassifierTypedConstruct
appliesIn, equals, getOriginalType, hashCode, isStrict, typedFor
Methods inherited from class org.eclipse.epsilon.flock.model.domain.common.GuardedConstruct
getGuard
Methods inherited from class org.eclipse.epsilon.eol.dom.AnnotatableModuleElement
accept, getAnnotation, getAnnotationBlock, getAnnotations, getAnnotationsValues, getBooleanAnnotationValue, getBooleanAnnotationValue, getBooleanAnnotationValue, getBooleanAnnotationValue, hasAnnotation, setAnnotationBlock
Methods inherited from class org.eclipse.epsilon.common.module.AbstractModuleElement
getChildren, getComments, getData, getDebugInfo, getFile, getModule, getParent, getRegion, getUri, setModule, setParent, setRegion, setUri
-
Constructor Details
-
MigrateRule
public MigrateRule()
-
-
Method Details
-
build
- Specified by:
build
in interfaceModuleElement
- Overrides:
build
in classClassifierTypedConstruct
-
getIgnoredProperties
-
getDescriptionOfIgnoredProperties
-
check
- Overrides:
check
in classClassifierTypedConstruct
-
gatherIgnoredPropertiesFor
public void gatherIgnoredPropertiesFor(MigrateRuleContext context, IgnoredProperties ignoredProperties) throws EolRuntimeException - Throws:
EolRuntimeException
-
applyTo
- Throws:
EolRuntimeException
-
toString
- Overrides:
toString
in classAbstractModuleElement
-