Class GuardedConstructContext
java.lang.Object
org.eclipse.epsilon.flock.context.GuardedConstructContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if and only if it's possible to create a context for the parent of the model element in this context.boolean
originalBelongsTo
(String originalPackage) boolean
originalConformsTo
(String originalType, boolean strict) boolean
satisfies
(ExecutableBlock<Boolean> guard)
-
Constructor Details
-
GuardedConstructContext
-
-
Method Details
-
originalConformsTo
-
originalBelongsTo
-
satisfies
- Throws:
EolRuntimeException
-
isContextForParentElement
public boolean isContextForParentElement()Returns true if and only if it's possible to create a context for the parent of the model element in this context. Returns false otherwise, such as when the model element in this context has no parent model element. -
getContextForParentElement
-