Uses of Class
net.ssehub.easy.instantiation.core.model.common.Compound
-
Packages that use Compound Package Description de.uni_hildesheim.sse.vil.expressions.translation Translation functionality for expressions.de.uni_hildesheim.sse.vil.expressions.ui.hyperlinking Generic hyperlinking capabilities.net.ssehub.easy.instantiation.core.model.buildlangModel Implements the abstract representation of the build language (parsed, analyzed and already linked, i.e.net.ssehub.easy.instantiation.core.model.common Implements the common language elements.net.ssehub.easy.instantiation.core.model.templateModel The template language model.net.ssehub.easy.producer.ui.productline_editor.instantiator This package holds classes for the instantiator editor. -
-
Uses of Compound in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation that return Compound Modifier and Type Method Description protected abstract CompoundModelTranslator. createCompound(CompoundTypeDescriptor type)Creates a compound object. -
Uses of Compound in de.uni_hildesheim.sse.vil.expressions.ui.hyperlinking
Methods in de.uni_hildesheim.sse.vil.expressions.ui.hyperlinking with parameters of type Compound Modifier and Type Method Description static org.eclipse.emf.ecore.EObjectAbstractEcoreModelQuery. findCompound(java.util.List<de.uni_hildesheim.sse.vil.expressions.expressionDsl.Compound> defs, Compound element)Tries findingelementindefs. -
Uses of Compound in net.ssehub.easy.instantiation.core.model.buildlangModel
Subclasses of Compound in net.ssehub.easy.instantiation.core.model.buildlangModel Modifier and Type Class Description classCompoundImplements a compound type declaration for VIL.Methods in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type Compound Modifier and Type Method Description java.lang.ObjectBuildlangExecution. visitCompound(Compound compound)java.lang.ObjectExpressionCopyVisitor. visitCompound(Compound compound)java.lang.ObjectExpressionVersionRestrictionValidator. visitCompound(Compound compound)java.lang.ObjectVariableFinder. visitCompound(Compound compound) -
Uses of Compound in net.ssehub.easy.instantiation.core.model.common
Fields in net.ssehub.easy.instantiation.core.model.common with type parameters of type Compound Modifier and Type Field Description private java.util.List<Compound>AbstractResolvableModel. compoundsMethods in net.ssehub.easy.instantiation.core.model.common that return Compound Modifier and Type Method Description CompoundAbstractResolvableModel. getCompound(int index)CompoundAbstractResolvableModel. getCompound(java.lang.String name)CompoundDummyModel. getCompound(int index)CompoundDummyModel. getCompound(java.lang.String name)CompoundIResolvableModel. getCompound(int index)Get the compound at the specified index.CompoundIResolvableModel. getCompound(java.lang.String name)Returns the compound declaration with given name.Methods in net.ssehub.easy.instantiation.core.model.common with parameters of type Compound Modifier and Type Method Description voidAbstractResolvableModel. addCompound(Compound compound)voidICompoundReceiver. addCompound(Compound compound)Adds a compound.java.lang.ObjectIVisitor. visitCompound(Compound compound)Visits a compound.java.lang.ObjectWriterVisitor. visitCompound(Compound compound) -
Uses of Compound in net.ssehub.easy.instantiation.core.model.templateModel
Subclasses of Compound in net.ssehub.easy.instantiation.core.model.templateModel Modifier and Type Class Description classCompoundImplements a compound type declaration for VIL.Methods in net.ssehub.easy.instantiation.core.model.templateModel with parameters of type Compound Modifier and Type Method Description java.lang.ObjectExpressionCopyVisitor. visitCompound(Compound compound)java.lang.ObjectExpressionVersionRestrictionValidator. visitCompound(Compound compound)java.lang.ObjectTemplateLangExecution. visitCompound(Compound compound) -
Uses of Compound in net.ssehub.easy.producer.ui.productline_editor.instantiator
Methods in net.ssehub.easy.producer.ui.productline_editor.instantiator with parameters of type Compound Modifier and Type Method Description java.lang.ObjectBuildResolverVisitor. visitCompound(Compound compound)java.lang.ObjectRuleTreeVilVisitor. visitCompound(Compound compound)
-