Interface IRuleElement
-
- All Superinterfaces:
IBuildlangElement,ILanguageElement
- All Known Implementing Classes:
ExpressionStatement,ForStatement,ImplicitVariableDeclaration,JoinVariableDeclaration,VariableDeclaration,WhileStatement
public interface IRuleElement extends IBuildlangElement
A rule element interface which must be implemented by all elements that can be part of a rule in the rule body.- Author:
- kroeher
-
-
Method Summary
-
Methods inherited from interface net.ssehub.easy.instantiation.core.model.buildlangModel.IBuildlangElement
accept
-
Methods inherited from interface net.ssehub.easy.instantiation.core.model.common.ILanguageElement
getParent
-
-