Class GuardedConstructContext

java.lang.Object
org.eclipse.epsilon.flock.context.GuardedConstructContext

public class GuardedConstructContext extends Object
  • Constructor Details

  • Method Details

    • originalConformsTo

      public boolean originalConformsTo(String originalType, boolean strict)
    • originalBelongsTo

      public boolean originalBelongsTo(String originalPackage)
    • satisfies

      public boolean satisfies(ExecutableBlock<Boolean> guard) throws EolRuntimeException
      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

      public GuardedConstructContext getContextForParentElement()