Uses of Class
net.ssehub.easy.instantiation.core.model.vilTypes.CompoundTypeDescriptor
-
Packages that use CompoundTypeDescriptor Package Description de.uni_hildesheim.sse.buildLanguageTranslation de.uni_hildesheim.sse.vil.expressions.translation Translation functionality for expressions.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.instantiation.core.model.vilTypes Contains the basic VIL types used as foundation for the artifact model and for integrating the variability model, i.e., types which are not artifacts themselves. -
-
Uses of CompoundTypeDescriptor in de.uni_hildesheim.sse.buildLanguageTranslation
Methods in de.uni_hildesheim.sse.buildLanguageTranslation with parameters of type CompoundTypeDescriptor Modifier and Type Method Description protected CompoundAbstractModelTranslator. createCompound(CompoundTypeDescriptor type) -
Uses of CompoundTypeDescriptor in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation with parameters of type CompoundTypeDescriptor Modifier and Type Method Description protected abstract CompoundModelTranslator. createCompound(CompoundTypeDescriptor type)Creates a compound object. -
Uses of CompoundTypeDescriptor in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation with parameters of type CompoundTypeDescriptor Modifier and Type Method Description protected CompoundModelTranslator. createCompound(CompoundTypeDescriptor type) -
Uses of CompoundTypeDescriptor in net.ssehub.easy.instantiation.core.model.buildlangModel
Constructors in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type CompoundTypeDescriptor Constructor Description Compound(CompoundTypeDescriptor type, Script parent)Creates a compound. -
Uses of CompoundTypeDescriptor in net.ssehub.easy.instantiation.core.model.common
Fields in net.ssehub.easy.instantiation.core.model.common declared as CompoundTypeDescriptor Modifier and Type Field Description private CompoundTypeDescriptorCompound. typeMethods in net.ssehub.easy.instantiation.core.model.common that return CompoundTypeDescriptor Modifier and Type Method Description CompoundTypeDescriptorCompound. getRefines()Returns the refined compound.Constructors in net.ssehub.easy.instantiation.core.model.common with parameters of type CompoundTypeDescriptor Constructor Description Compound(CompoundTypeDescriptor type)Creates a compound. -
Uses of CompoundTypeDescriptor in net.ssehub.easy.instantiation.core.model.templateModel
Constructors in net.ssehub.easy.instantiation.core.model.templateModel with parameters of type CompoundTypeDescriptor Constructor Description Compound(CompoundTypeDescriptor type, Template parent)Creates a compound. -
Uses of CompoundTypeDescriptor in net.ssehub.easy.instantiation.core.model.vilTypes
Fields in net.ssehub.easy.instantiation.core.model.vilTypes declared as CompoundTypeDescriptor Modifier and Type Field Description private CompoundTypeDescriptorCompoundTypeDescriptor. refinesprivate CompoundTypeDescriptorCompoundInstance. typeMethods in net.ssehub.easy.instantiation.core.model.vilTypes that return CompoundTypeDescriptor Modifier and Type Method Description CompoundTypeDescriptorCompoundTypeDescriptor. getRefines()Returns the refined compound.CompoundTypeDescriptorCompoundInstance. getType()Returns the type of this compound instance.Methods in net.ssehub.easy.instantiation.core.model.vilTypes with parameters of type CompoundTypeDescriptor Modifier and Type Method Description private voidCompoundInstance. initializeFor(IExpressionVisitor evaluator, CompoundTypeDescriptor type)Initializes this instance for the given (parent)type.booleanTypeRegistry. registerCompoundType(CompoundTypeDescriptor type)Registers a compound type, but only if a type of this name has not been registered so far.Constructors in net.ssehub.easy.instantiation.core.model.vilTypes with parameters of type CompoundTypeDescriptor Constructor Description CompoundInstance(CompoundTypeDescriptor type)Creates a compound instance and leaves it uninitialized.CompoundTypeDescriptor(java.lang.String name, boolean isAbstract, CompoundTypeDescriptor refines, TypeRegistry registry)Creates a compound type descriptor.SlotDescriptor(CompoundTypeDescriptor declaringType, VariableDeclaration var)Creates a slot descriptor.
-