Uses of Interface
net.ssehub.easy.instantiation.core.model.common.IModifier
-
Packages that use IModifier Package Description net.ssehub.easy.instantiation.core.model.common Implements the common language elements.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 IModifier in net.ssehub.easy.instantiation.core.model.common
Fields in net.ssehub.easy.instantiation.core.model.common with type parameters of type IModifier Modifier and Type Field Description private java.util.List<IModifier>VariableDeclaration. modifiersMethods in net.ssehub.easy.instantiation.core.model.common that return IModifier Modifier and Type Method Description IModifierIModifierHolder. getModifier(int index)Returns the specified modifier.IModifierVariableDeclaration. getModifier(int index)Methods in net.ssehub.easy.instantiation.core.model.common with parameters of type IModifier Modifier and Type Method Description voidVariableDeclaration. addModifier(IModifier modifier)Adds the specified modifier.booleanIModifierHolder. hasModifier(IModifier modifier)Returns whether this variable declaration has a givenmodifier.booleanVariableDeclaration. hasModifier(IModifier modifier) -
Uses of IModifier in net.ssehub.easy.instantiation.core.model.vilTypes
Fields in net.ssehub.easy.instantiation.core.model.vilTypes with type parameters of type IModifier Modifier and Type Field Description private java.util.List<IModifier>CompoundTypeDescriptor.SlotDescriptor. modifiersMethods in net.ssehub.easy.instantiation.core.model.vilTypes that return IModifier Modifier and Type Method Description IModifierCompoundTypeDescriptor.SlotDescriptor. getModifier(int index)Methods in net.ssehub.easy.instantiation.core.model.vilTypes with parameters of type IModifier Modifier and Type Method Description booleanCompoundTypeDescriptor.SlotDescriptor. hasModifier(IModifier modifier)
-