Uses of Class
net.ssehub.easy.instantiation.core.model.expressions.InPlaceVarDeclCommand
-
Packages that use InPlaceVarDeclCommand 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 InPlaceVarDeclCommand in net.ssehub.easy.instantiation.core.model.expressions
Methods in net.ssehub.easy.instantiation.core.model.expressions with parameters of type InPlaceVarDeclCommand Modifier and Type Method Description ExpressionIStringParserFactory. createVarDeclExpression(InPlaceVarDeclCommand<I> cmd)Creates a variable declaration expression. -
Uses of InPlaceVarDeclCommand in net.ssehub.easy.instantiation.core.model.templateModel
Methods in net.ssehub.easy.instantiation.core.model.templateModel with parameters of type InPlaceVarDeclCommand Modifier and Type Method Description ExpressionStringReplacerFactory. createVarDeclExpression(InPlaceVarDeclCommand<VariableDeclaration> cmd)ExpressionStringResolverFactory. createVarDeclExpression(InPlaceVarDeclCommand<VariableDeclaration> cmd)
-