Uses of Class
net.ssehub.easy.instantiation.core.model.common.Typedef
-
Packages that use Typedef Package Description de.uni_hildesheim.sse.buildLanguageTranslation de.uni_hildesheim.sse.vil.expressions.translation Translation functionality for expressions.de.uni_hildesheim.sse.vil.expressions.ui.hyperlinking Generic hyperlinking capabilities.de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation 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 Typedef in de.uni_hildesheim.sse.buildLanguageTranslation
Methods in de.uni_hildesheim.sse.buildLanguageTranslation that return Typedef Modifier and Type Method Description protected TypedefAbstractModelTranslator. createTypedef(java.lang.String name, TypeDescriptor<?> type) -
Uses of Typedef in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation that return Typedef Modifier and Type Method Description protected abstract TypedefModelTranslator. createTypedef(java.lang.String name, TypeDescriptor<?> type)Creates a typdef object. -
Uses of Typedef in de.uni_hildesheim.sse.vil.expressions.ui.hyperlinking
Methods in de.uni_hildesheim.sse.vil.expressions.ui.hyperlinking with parameters of type Typedef Modifier and Type Method Description static org.eclipse.emf.ecore.EObjectAbstractEcoreModelQuery. findTypedef(java.util.List<de.uni_hildesheim.sse.vil.expressions.expressionDsl.TypeDef> defs, Typedef element)Tries findingelementindefs. -
Uses of Typedef in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation that return Typedef Modifier and Type Method Description protected TypedefModelTranslator. createTypedef(java.lang.String name, TypeDescriptor<?> type) -
Uses of Typedef in net.ssehub.easy.instantiation.core.model.buildlangModel
Subclasses of Typedef in net.ssehub.easy.instantiation.core.model.buildlangModel Modifier and Type Class Description classTypeDefA specific typedef version for VIL.Methods in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type Typedef Modifier and Type Method Description java.lang.ObjectBuildlangExecution. visitTypedef(Typedef typedef)java.lang.ObjectExpressionCopyVisitor. visitTypedef(Typedef typedef)java.lang.ObjectExpressionVersionRestrictionValidator. visitTypedef(Typedef typedef)java.lang.ObjectVariableFinder. visitTypedef(Typedef typedef) -
Uses of Typedef in net.ssehub.easy.instantiation.core.model.common
Fields in net.ssehub.easy.instantiation.core.model.common with type parameters of type Typedef Modifier and Type Field Description private java.util.List<Typedef>AbstractResolvableModel. typedefsMethods in net.ssehub.easy.instantiation.core.model.common that return Typedef Modifier and Type Method Description TypedefAbstractResolvableModel. getTypedef(int index)TypedefAbstractResolvableModel. getTypedef(java.lang.String name)TypedefDummyModel. getTypedef(int index)TypedefDummyModel. getTypedef(java.lang.String name)TypedefIResolvableModel. getTypedef(int index)Get the typedef at the specified index.TypedefIResolvableModel. getTypedef(java.lang.String name)Returns the typedef with given name.Methods in net.ssehub.easy.instantiation.core.model.common with parameters of type Typedef Modifier and Type Method Description voidAbstractResolvableModel. addTypedef(Typedef typedef)voidITypedefReceiver. addTypedef(Typedef typedef)Adds a typedef.java.lang.ObjectIVisitor. visitTypedef(Typedef typedef)Visits a typedef.java.lang.ObjectWriterVisitor. visitTypedef(Typedef typedef) -
Uses of Typedef in net.ssehub.easy.instantiation.core.model.templateModel
Subclasses of Typedef in net.ssehub.easy.instantiation.core.model.templateModel Modifier and Type Class Description classTypeDefA specific typedef version for VTL.Methods in net.ssehub.easy.instantiation.core.model.templateModel with parameters of type Typedef Modifier and Type Method Description java.lang.ObjectExpressionCopyVisitor. visitTypedef(Typedef typedef)java.lang.ObjectExpressionVersionRestrictionValidator. visitTypedef(Typedef typedef)java.lang.ObjectTemplateLangExecution. visitTypedef(Typedef typedef) -
Uses of Typedef in net.ssehub.easy.producer.ui.productline_editor.instantiator
Methods in net.ssehub.easy.producer.ui.productline_editor.instantiator with parameters of type Typedef Modifier and Type Method Description java.lang.ObjectBuildResolverVisitor. visitTypedef(Typedef typedef)java.lang.ObjectRuleTreeVilVisitor. visitTypedef(Typedef typedef)
-