Uses of Interface
de.uni_hildesheim.sse.vil.expressions.expressionDsl.TypeDef
Packages that use TypeDef
Package
Description
Translation functionality for expressions.
-
Uses of TypeDef in de.uni_hildesheim.sse.vil.expressions.expressionDsl
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return TypeDefModifier and TypeMethodDescriptionExpressionDslFactory.createTypeDef()Returns a new object of class 'Type Def'. -
Uses of TypeDef in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl
Classes in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that implement TypeDefModifier and TypeClassDescriptionclassAn implementation of the model object 'Type Def'.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return TypeDef -
Uses of TypeDef in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util with parameters of type TypeDefModifier and TypeMethodDescriptionExpressionDslSwitch.caseTypeDef(TypeDef object) Returns the result of interpreting the object as an instance of 'Type Def'. -
Uses of TypeDef in de.uni_hildesheim.sse.vil.expressions.serializer
Methods in de.uni_hildesheim.sse.vil.expressions.serializer with parameters of type TypeDefModifier and TypeMethodDescriptionprotected voidExpressionDslSemanticSequencer.sequence_TypeDef(org.eclipse.xtext.serializer.ISerializationContext context, TypeDef semanticObject) Contexts: TypeDef returns TypeDef Constraint: (name=Identifier type=Type) -
Uses of TypeDef in de.uni_hildesheim.sse.vil.expressions.translation
Method parameters in de.uni_hildesheim.sse.vil.expressions.translation with type arguments of type TypeDefModifier and TypeMethodDescriptionprotected voidModelTranslator.processTypedefs(List<TypeDef> defs, net.ssehub.easy.instantiation.core.model.common.ITypedefReceiver receiver) Processes the given typedefs.private voidModelTranslator.processTypedefs(List<TypeDef> defs, net.ssehub.easy.instantiation.core.model.common.ITypedefReceiver receiver, boolean force) Processes the given typedefs.