Uses of Interface
net.ssehub.easy.instantiation.core.model.common.IModifierHolder
-
Packages that use IModifierHolder Package Description 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 IModifierHolder in net.ssehub.easy.instantiation.core.model.buildlangModel
Classes in net.ssehub.easy.instantiation.core.model.buildlangModel that implement IModifierHolder Modifier and Type Class Description classImplicitVariableDeclarationDefines an implicit variable declaration, i.e., one that shall not be emitted again.classJoinVariableDeclarationDefines a variable declaration for VIL joins.classVariableDeclarationRepresents a variable declaration. -
Uses of IModifierHolder in net.ssehub.easy.instantiation.core.model.common
Classes in net.ssehub.easy.instantiation.core.model.common that implement IModifierHolder Modifier and Type Class Description classVariableDeclarationRepresents a variable declaration.Methods in net.ssehub.easy.instantiation.core.model.common with parameters of type IModifierHolder Modifier and Type Method Description protected voidWriterVisitor. printModifiers(IModifierHolder holder)Prints the modifiers of the given modifierholder. -
Uses of IModifierHolder in net.ssehub.easy.instantiation.core.model.templateModel
Classes in net.ssehub.easy.instantiation.core.model.templateModel that implement IModifierHolder Modifier and Type Class Description classImplicitVariableDeclarationDefines an implicit variable declaration, i.e., one that shall not be emitted again.classVariableDeclarationRepresents a variable declaration. -
Uses of IModifierHolder in net.ssehub.easy.instantiation.core.model.vilTypes
Classes in net.ssehub.easy.instantiation.core.model.vilTypes that implement IModifierHolder Modifier and Type Class Description static classCompoundTypeDescriptor.SlotDescriptorA slot field descriptor for compounds.
-