Uses of Interface
de.uni_hildesheim.sse.vil.templatelang.templateLang.Content
Packages that use Content
Package
Description
-
Uses of Content in de.uni_hildesheim.sse.vil.templatelang.serializer
Methods in de.uni_hildesheim.sse.vil.templatelang.serializer with parameters of type ContentModifier and TypeMethodDescriptionprotected voidTemplateLangSemanticSequencer.sequence_Content(org.eclipse.xtext.serializer.ISerializationContext context, Content semanticObject) Contexts: Content returns Content Constraint: (ctn=STRING (noCR='!'? CR='<CR>')? indent=Expression?) -
Uses of Content in de.uni_hildesheim.sse.vil.templatelang.templateLang
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang that return ContentModifier and TypeMethodDescriptionTemplateLangFactory.createContent()Returns a new object of class 'Content'.Stmt.getCtn()Returns the value of the 'Ctn' containment reference.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang with parameters of type Content -
Uses of Content in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl
Classes in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that implement ContentModifier and TypeClassDescriptionclassAn implementation of the model object 'Content'.Fields in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl declared as ContentModifier and TypeFieldDescriptionprotected ContentStmtImpl.ctnThe cached value of the 'Ctn' containment reference.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that return ContentMethods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl with parameters of type ContentModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainStmtImpl.basicSetCtn(Content newCtn, org.eclipse.emf.common.notify.NotificationChain msgs) void -
Uses of Content in de.uni_hildesheim.sse.vil.templatelang.templateLang.util
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.util with parameters of type ContentModifier and TypeMethodDescriptionTemplateLangSwitch.caseContent(Content object) Returns the result of interpreting the object as an instance of 'Content'. -
Uses of Content in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation with parameters of type ContentModifier and TypeMethodDescriptionprivate net.ssehub.easy.instantiation.core.model.templateModel.ContentStatementModelTranslator.processContent(Content content, net.ssehub.easy.instantiation.core.model.templateModel.Resolver resolver) Processes a content statement.