Uses of Class
net.ssehub.easy.instantiation.core.model.expressions.CopyVisitor
-
Packages that use CopyVisitor 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.templateModel The template language model. -
-
Uses of CopyVisitor in net.ssehub.easy.instantiation.core.model.buildlangModel
Subclasses of CopyVisitor in net.ssehub.easy.instantiation.core.model.buildlangModel Modifier and Type Class Description classExpressionCopyVisitorThe copy visitor for VIL expressions. -
Uses of CopyVisitor in net.ssehub.easy.instantiation.core.model.templateModel
Subclasses of CopyVisitor in net.ssehub.easy.instantiation.core.model.templateModel Modifier and Type Class Description classExpressionCopyVisitorThe copy visitor for VTL expressions.
-