Uses of Interface
de.uni_hildesheim.sse.vil.expressions.expressionDsl.TypeParameters
Packages that use TypeParameters
Package
Description
Translation functionality for expressions.
-
Uses of TypeParameters in de.uni_hildesheim.sse.vil.expressions.expressionDsl
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return TypeParametersModifier and TypeMethodDescriptionExpressionDslFactory.createTypeParameters()Returns a new object of class 'Type Parameters'.Type.getParam()Returns the value of the 'Param' containment reference.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl with parameters of type TypeParametersModifier and TypeMethodDescriptionvoidType.setParam(TypeParameters value) Sets the value of the 'Param' containment reference. -
Uses of TypeParameters in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl
Classes in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that implement TypeParametersModifier and TypeClassDescriptionclassAn implementation of the model object 'Type Parameters'.Fields in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl declared as TypeParametersModifier and TypeFieldDescriptionprotected TypeParametersTypeImpl.paramThe cached value of the 'Param' containment reference.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return TypeParametersModifier and TypeMethodDescriptionExpressionDslFactoryImpl.createTypeParameters()TypeImpl.getParam()Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl with parameters of type TypeParametersModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainTypeImpl.basicSetParam(TypeParameters newParam, org.eclipse.emf.common.notify.NotificationChain msgs) voidTypeImpl.setParam(TypeParameters newParam) -
Uses of TypeParameters in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util with parameters of type TypeParametersModifier and TypeMethodDescriptionExpressionDslSwitch.caseTypeParameters(TypeParameters object) Returns the result of interpreting the object as an instance of 'Type Parameters'. -
Uses of TypeParameters in de.uni_hildesheim.sse.vil.expressions.serializer
Methods in de.uni_hildesheim.sse.vil.expressions.serializer with parameters of type TypeParametersModifier and TypeMethodDescriptionprotected voidExpressionDslSemanticSequencer.sequence_TypeParameters(org.eclipse.xtext.serializer.ISerializationContext context, TypeParameters semanticObject) Contexts: TypeParameters returns TypeParameters Constraint: (param+=Type param+=Type*) -
Uses of TypeParameters in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation with parameters of type TypeParametersModifier and TypeMethodDescriptionprotected net.ssehub.easy.instantiation.core.model.vilTypes.TypeDescriptor<?>[]ExpressionTranslator.processTypeParameter(TypeParameters param, Type type, R resolver) Processes the type parameter.