Uses of Class
net.ssehub.easy.instantiation.core.model.expressions.InPlaceIfCommand
-
Packages that use InPlaceIfCommand Package Description net.ssehub.easy.instantiation.core.model.expressions Implements the common expression tree for the VIL languages.net.ssehub.easy.instantiation.core.model.templateModel The template language model. -
-
Uses of InPlaceIfCommand in net.ssehub.easy.instantiation.core.model.expressions
Methods in net.ssehub.easy.instantiation.core.model.expressions with parameters of type InPlaceIfCommand Modifier and Type Method Description ExpressionIStringParserFactory. createIfExpression(InPlaceIfCommand<I> cmd)Creates an alternative expression. -
Uses of InPlaceIfCommand in net.ssehub.easy.instantiation.core.model.templateModel
Methods in net.ssehub.easy.instantiation.core.model.templateModel with parameters of type InPlaceIfCommand Modifier and Type Method Description ExpressionStringResolverFactory. createIfExpression(InPlaceIfCommand<VariableDeclaration> cmd)
-