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 TypeMethodDescriptionbooleanapplyTo(MigrateRuleContext context) voidvoidcheck(MigrationStrategyCheckingContext context) voidgatherIgnoredPropertiesFor(MigrateRuleContext context, IgnoredProperties ignoredProperties) toString()Methods inherited from class org.eclipse.epsilon.flock.model.domain.common.ClassifierTypedConstruct
appliesIn, equals, getOriginalType, hashCode, isStrict, typedForMethods inherited from class org.eclipse.epsilon.flock.model.domain.common.GuardedConstruct
getGuardMethods inherited from class org.eclipse.epsilon.eol.dom.AnnotatableModuleElement
accept, getAnnotation, getAnnotationBlock, getAnnotations, getAnnotationsValues, getBooleanAnnotationValue, getBooleanAnnotationValue, getBooleanAnnotationValue, getBooleanAnnotationValue, hasAnnotation, setAnnotationBlockMethods 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:
buildin interfaceModuleElement- Overrides:
buildin classClassifierTypedConstruct
-
getIgnoredProperties
-
getDescriptionOfIgnoredProperties
-
check
- Overrides:
checkin classClassifierTypedConstruct
-
gatherIgnoredPropertiesFor
public void gatherIgnoredPropertiesFor(MigrateRuleContext context, IgnoredProperties ignoredProperties) throws EolRuntimeException - Throws:
EolRuntimeException
-
applyTo
- Throws:
EolRuntimeException
-
toString
- Overrides:
toStringin classAbstractModuleElement
-