Uses of Class
net.ssehub.easy.instantiation.core.model.common.Resolver
-
Packages that use Resolver 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.common Implements the common language elements.net.ssehub.easy.instantiation.core.model.templateModel The template language model. -
-
Uses of Resolver in net.ssehub.easy.instantiation.core.model.buildlangModel
Subclasses of Resolver in net.ssehub.easy.instantiation.core.model.buildlangModel Modifier and Type Class Description classResolverA specific resolver for the rule-based build language. -
Uses of Resolver in net.ssehub.easy.instantiation.core.model.common
Classes in net.ssehub.easy.instantiation.core.model.common with type parameters of type Resolver Modifier and Type Class Description classExecutionVisitor<M extends IResolvableModel<V,M>,O extends IResolvableOperation<V>,V extends VariableDeclaration,R extends Resolver<M,O,?,V>>Extends the basic expression evaluation visitor for the execution of those classes being defined in this package. -
Uses of Resolver in net.ssehub.easy.instantiation.core.model.templateModel
Subclasses of Resolver in net.ssehub.easy.instantiation.core.model.templateModel Modifier and Type Class Description classResolverImplements the resolver for VIL templates.
-