Interface IBuildlangElement
-
- All Superinterfaces:
ILanguageElement
- All Known Subinterfaces:
IRuleElement
- All Known Implementing Classes:
AbstractRule,Compound,ExpressionStatement,ForStatement,ImplicitVariableDeclaration,JoinVariableDeclaration,LoadProperties,NestedRuleBlock,ProjectElement,Rule,RuleBlock,Script,TypeDef,VariableDeclaration,VtlRule,WhileStatement
public interface IBuildlangElement extends ILanguageElement
The top-level interface for the build language specific model elements.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectaccept(IVisitor visitor)Accepts the visitor for visiting.-
Methods inherited from interface net.ssehub.easy.instantiation.core.model.common.ILanguageElement
getParent
-
-
-
-
Method Detail
-
accept
java.lang.Object accept(IVisitor visitor) throws VilException
Accepts the visitor for visiting.- Parameters:
visitor- the visitor to be used- Returns:
- the result of visiting this instance (may be null)
- Throws:
VilException- in case that visiting fails (e.g., execution)
-
-