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