Uses of Class
net.ssehub.easy.instantiation.core.model.buildlangModel.ProjectElement
-
Packages that use ProjectElement Package Description net.ssehub.easy.instantiation.core.model.buildlangModel Implements the abstract representation of the build language (parsed, analyzed and already linked, i.e. -
-
Uses of ProjectElement in net.ssehub.easy.instantiation.core.model.buildlangModel
Subclasses of ProjectElement in net.ssehub.easy.instantiation.core.model.buildlangModel Modifier and Type Class Description classAbstractRuleDefines an abstract VIL rule.classForStatementImplements a VIL for statement.classNestedRuleBlockA nested rule block.classRuleRepresents a VIL build rule (production strategy).classRuleBlockDefines a rule block, i.e., a set of rule elements.classVtlRuleMaps a VTL rule into VIL.classWhileStatementImplements a VIL while statement.
-