Uses of Interface
net.ssehub.easy.instantiation.core.model.expressions.IResolver
-
Packages that use IResolver 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.expressions Implements the common expression tree for the VIL languages.net.ssehub.easy.instantiation.core.model.templateModel The template language model. -
-
Uses of IResolver in net.ssehub.easy.instantiation.core.model.buildlangModel
Classes in net.ssehub.easy.instantiation.core.model.buildlangModel that implement IResolver Modifier and Type Class Description classResolverA specific resolver for the rule-based build language. -
Uses of IResolver in net.ssehub.easy.instantiation.core.model.common
Classes in net.ssehub.easy.instantiation.core.model.common that implement IResolver Modifier and Type Class Description classResolver<M extends IResolvableModel<V,M>,O extends IResolvableOperation<V>,E extends ModelCallExpression<V,M,O>,V extends IMetaParameterDeclaration>A common resolver. -
Uses of IResolver in net.ssehub.easy.instantiation.core.model.expressions
Classes in net.ssehub.easy.instantiation.core.model.expressions that implement IResolver Modifier and Type Class Description classResolver<V extends IResolvable>A basic implementation for a hierarchical resolver. -
Uses of IResolver in net.ssehub.easy.instantiation.core.model.templateModel
Classes in net.ssehub.easy.instantiation.core.model.templateModel that implement IResolver Modifier and Type Class Description classResolverImplements the resolver for VIL templates.
-