Uses of Interface
de.uni_hildesheim.sse.vil.templatelang.templateLang.SubCall
Packages that use SubCall
Package
Description
-
Uses of SubCall in de.uni_hildesheim.sse.vil.templatelang.serializer
Methods in de.uni_hildesheim.sse.vil.templatelang.serializer with parameters of type SubCallModifier and TypeMethodDescriptionprotected voidTemplateLangSemanticSequencer.sequence_SubCall(org.eclipse.xtext.serializer.ISerializationContext context, SubCall semanticObject) Contexts: SubCall returns SubCall Constraint: (((type='.' | type='->') call=Call) | arrayEx=Expression | ((varType=Type? id=Identifier)? nested+=Stmt*))? -
Uses of SubCall in de.uni_hildesheim.sse.vil.templatelang.templateLang
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang that return SubCallModifier and TypeMethodDescriptionTemplateLangFactory.createSubCall()Returns a new object of class 'Sub Call'. -
Uses of SubCall in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl
Classes in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that implement SubCallModifier and TypeClassDescriptionclassAn implementation of the model object 'Sub Call'.Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.impl that return SubCall -
Uses of SubCall in de.uni_hildesheim.sse.vil.templatelang.templateLang.util
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLang.util with parameters of type SubCallModifier and TypeMethodDescriptionTemplateLangSwitch.caseSubCall(SubCall object) Returns the result of interpreting the object as an instance of 'Sub Call'.