Uses of Interface
de.uni_hildesheim.sse.vil.expressions.expressionDsl.Type
Packages that use Type
Package
Description
Translation functionality for expressions.
-
Uses of Type in de.uni_hildesheim.sse.vil.expressions.expressionDsl
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return TypeModifier and TypeMethodDescriptionExpressionDslFactory.createType()Returns a new object of class 'Type'.Type.getReturn()Returns the value of the 'Return' containment reference.ConstructorExecution.getType()Returns the value of the 'Type' containment reference.Declaration.getType()Returns the value of the 'Type' containment reference.Parameter.getType()Returns the value of the 'Type' containment reference.TypeDef.getType()Returns the value of the 'Type' containment reference.VariableDeclaration.getType()Returns the value of the 'Type' containment reference.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl that return types with arguments of type TypeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Type> TypeParameters.getParam()Returns the value of the 'Param' containment reference list.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl with parameters of type TypeModifier and TypeMethodDescriptionvoidSets the value of the 'Return' containment reference.voidSets the value of the 'Type' containment reference.voidSets the value of the 'Type' containment reference.voidSets the value of the 'Type' containment reference.voidSets the value of the 'Type' containment reference.voidSets the value of the 'Type' containment reference. -
Uses of Type in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl
Classes in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that implement TypeFields in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl declared as TypeModifier and TypeFieldDescriptionprotected TypeTypeImpl.return_The cached value of the 'Return' containment reference.protected TypeConstructorExecutionImpl.typeThe cached value of the 'Type' containment reference.protected TypeDeclarationImpl.typeThe cached value of the 'Type' containment reference.protected TypeParameterImpl.typeThe cached value of the 'Type' containment reference.protected TypeTypeDefImpl.typeThe cached value of the 'Type' containment reference.protected TypeVariableDeclarationImpl.typeThe cached value of the 'Type' containment reference.Fields in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl with type parameters of type TypeModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<Type> TypeParametersImpl.paramThe cached value of the 'Param' containment reference list.Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return TypeModifier and TypeMethodDescriptionExpressionDslFactoryImpl.createType()TypeImpl.getReturn()ConstructorExecutionImpl.getType()DeclarationImpl.getType()ParameterImpl.getType()TypeDefImpl.getType()VariableDeclarationImpl.getType()Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl that return types with arguments of type TypeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Type> TypeParametersImpl.getParam()Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.impl with parameters of type TypeModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainTypeImpl.basicSetReturn(Type newReturn, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainConstructorExecutionImpl.basicSetType(Type newType, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainDeclarationImpl.basicSetType(Type newType, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainParameterImpl.basicSetType(Type newType, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainTypeDefImpl.basicSetType(Type newType, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainVariableDeclarationImpl.basicSetType(Type newType, org.eclipse.emf.common.notify.NotificationChain msgs) voidvoidvoidvoidvoidvoid -
Uses of Type in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util
Methods in de.uni_hildesheim.sse.vil.expressions.expressionDsl.util with parameters of type Type -
Uses of Type in de.uni_hildesheim.sse.vil.expressions.serializer
Methods in de.uni_hildesheim.sse.vil.expressions.serializer with parameters of type TypeModifier and TypeMethodDescriptionprotected voidExpressionDslSemanticSequencer.sequence_Type(org.eclipse.xtext.serializer.ISerializationContext context, Type semanticObject) Contexts: Type returns Type Constraint: ( name=QualifiedPrefix | (set='setOf' param=TypeParameters) | (seq='sequenceOf' param=TypeParameters) | (map='mapOf' param=TypeParameters) | (call='callOf' return=Type? param=TypeParameters) ) -
Uses of Type in de.uni_hildesheim.sse.vil.expressions.translation
Methods in de.uni_hildesheim.sse.vil.expressions.translation with parameters of type TypeModifier and TypeMethodDescriptionnet.ssehub.easy.instantiation.core.model.vilTypes.TypeDescriptor<?> ExpressionTranslator.processType(Type type, R resolver) Processes the given type and tries to resolve it to a VIL type.protected net.ssehub.easy.instantiation.core.model.vilTypes.TypeDescriptor<?>[]ExpressionTranslator.processTypeParameter(TypeParameters param, Type type, R resolver) Processes the type parameter.private net.ssehub.easy.instantiation.core.model.vilTypes.TypeDescriptor<?> ExpressionTranslator.resolveModelType(Type type, String typeName, R resolver) Resolves a model type.