Uses of Class
net.ssehub.easy.instantiation.core.model.templateModel.TemplateDescriptor
-
Packages that use TemplateDescriptor Package Description de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation net.ssehub.easy.instantiation.core.model.templateModel The template language model. -
-
Uses of TemplateDescriptor in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation with parameters of type TemplateDescriptor Modifier and Type Method Description private voidModelTranslator. processJavaExtensions(de.uni_hildesheim.sse.vil.templatelang.templateLang.LanguageUnit tpl, TemplateDescriptor desc)Processes the Java extensions. -
Uses of TemplateDescriptor in net.ssehub.easy.instantiation.core.model.templateModel
Constructors in net.ssehub.easy.instantiation.core.model.templateModel with parameters of type TemplateDescriptor Constructor Description Template(java.lang.String name, ModelImport<Template> extension, TemplateDescriptor descriptor, TypeRegistry registry)Creates a VIL template instance.
-