Class PackageTypedConstruct
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.PackageTypedConstruct
- All Implemented Interfaces:
ModuleElement
- Direct Known Subclasses:
PackageDeletion
,PackageRetyping
-
Field Summary
Fields inherited from class org.eclipse.epsilon.eol.dom.AnnotatableModuleElement
annotationBlock
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
appliesIn
(GuardedConstructContext context) void
void
check
(MigrationStrategyCheckingContext context) boolean
int
hashCode()
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, toString
-
Constructor Details
-
PackageTypedConstruct
public PackageTypedConstruct()
-
-
Method Details
-
build
- Specified by:
build
in interfaceModuleElement
- Overrides:
build
in classGuardedConstruct
-
getOriginalPackage
-
appliesIn
- Overrides:
appliesIn
in classGuardedConstruct
- Throws:
EolRuntimeException
-
check
-
equals
- Overrides:
equals
in classGuardedConstruct
-
hashCode
public int hashCode()- Overrides:
hashCode
in classGuardedConstruct
-