public class GuardedConstructContext extends Object
Constructor and Description |
---|
GuardedConstructContext(ModelElement element,
IEolContext context) |
Modifier and Type | Method and Description |
---|---|
GuardedConstructContext |
getContextForParentElement() |
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.
|
boolean |
originalBelongsTo(String originalPackage) |
boolean |
originalConformsTo(String originalType,
boolean strict) |
boolean |
satisfies(ExecutableBlock<Boolean> guard) |
public GuardedConstructContext(ModelElement element, IEolContext context)
public boolean originalConformsTo(String originalType, boolean strict)
public boolean originalBelongsTo(String originalPackage)
public boolean satisfies(ExecutableBlock<Boolean> guard) throws EolRuntimeException
EolRuntimeException
public boolean isContextForParentElement()
public GuardedConstructContext getContextForParentElement()
Copyright © 2016. All rights reserved.