Uses of Interface
de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.Join
Packages that use Join
Package
Description
-
Uses of Join in de.uni_hildesheim.sse.buildLanguageTranslation
Methods in de.uni_hildesheim.sse.buildLanguageTranslation with parameters of type JoinModifier and TypeMethodDescriptionprotected net.ssehub.easy.instantiation.core.model.buildlangModel.JoinExpressionExpressionTranslator.processJoin(Join join, net.ssehub.easy.instantiation.core.model.buildlangModel.Resolver resolver) Processes a join. -
Uses of Join in de.uni_hildesheim.sse.vil.buildlang.serializer
Methods in de.uni_hildesheim.sse.vil.buildlang.serializer with parameters of type JoinModifier and TypeMethodDescriptionprotected voidVilBuildLanguageSemanticSequencer.sequence_Join(org.eclipse.xtext.serializer.ISerializationContext context, Join semanticObject) Contexts: Join returns Join Constraint: (var1=JoinVariable var2=JoinVariable condition=Expression?) -
Uses of Join in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage
Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage that return JoinModifier and TypeMethodDescriptionVilBuildLanguageFactory.createJoin()Returns a new object of class 'Join'.PrimaryExpression.getJoin()Returns the value of the 'Join' containment reference.Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage with parameters of type Join -
Uses of Join in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl
Classes in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl that implement JoinFields in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl declared as JoinModifier and TypeFieldDescriptionprotected JoinPrimaryExpressionImpl.joinThe cached value of the 'Join' containment reference.Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl that return JoinModifier and TypeMethodDescriptionVilBuildLanguageFactoryImpl.createJoin()PrimaryExpressionImpl.getJoin()Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl with parameters of type JoinModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainPrimaryExpressionImpl.basicSetJoin(Join newJoin, org.eclipse.emf.common.notify.NotificationChain msgs) void -
Uses of Join in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.util
Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.util with parameters of type Join