Uses of Interface
de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.RuleElementBlock
Packages that use RuleElementBlock
Package
Description
-
Uses of RuleElementBlock in de.uni_hildesheim.sse.buildLanguageTranslation
Methods in de.uni_hildesheim.sse.buildLanguageTranslation that return RuleElementBlockModifier and TypeMethodDescriptionprotected abstract RuleElementBlockReturns the actual rule block.protected RuleElementBlockAbstractModelTranslator.RuleTranslator.getBlock(RuleDeclaration ruleDecl) Methods in de.uni_hildesheim.sse.buildLanguageTranslation with parameters of type RuleElementBlockModifier and TypeMethodDescriptionnet.ssehub.easy.instantiation.core.model.buildlangModel.IRuleElement[]ExpressionTranslator.resolveBlock(RuleElementBlock block, net.ssehub.easy.instantiation.core.model.buildlangModel.Resolver resolver) Resolves a block of rule elements. -
Uses of RuleElementBlock in de.uni_hildesheim.sse.vil.buildlang.serializer
Methods in de.uni_hildesheim.sse.vil.buildlang.serializer with parameters of type RuleElementBlockModifier and TypeMethodDescriptionprotected voidVilBuildLanguageSemanticSequencer.sequence_RuleElementBlock(org.eclipse.xtext.serializer.ISerializationContext context, RuleElementBlock semanticObject) Contexts: RuleElementBlock returns RuleElementBlock Constraint: elements+=RuleElement* -
Uses of RuleElementBlock in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage
Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage that return RuleElementBlockModifier and TypeMethodDescriptionVilBuildLanguageFactory.createRuleElementBlock()Returns a new object of class 'Rule Element Block'.For.getBlock()Returns the value of the 'Block' containment reference.Map.getBlock()Returns the value of the 'Block' containment reference.RuleDeclaration.getBlock()Returns the value of the 'Block' containment reference.StatementOrBlock.getBlock()Returns the value of the 'Block' containment reference.While.getBlock()Returns the value of the 'Block' containment reference.Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage with parameters of type RuleElementBlockModifier and TypeMethodDescriptionvoidFor.setBlock(RuleElementBlock value) Sets the value of the 'Block' containment reference.voidMap.setBlock(RuleElementBlock value) Sets the value of the 'Block' containment reference.voidRuleDeclaration.setBlock(RuleElementBlock value) Sets the value of the 'Block' containment reference.voidStatementOrBlock.setBlock(RuleElementBlock value) Sets the value of the 'Block' containment reference.voidWhile.setBlock(RuleElementBlock value) Sets the value of the 'Block' containment reference. -
Uses of RuleElementBlock in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl
Classes in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl that implement RuleElementBlockModifier and TypeClassDescriptionclassAn implementation of the model object 'Rule Element Block'.Fields in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl declared as RuleElementBlockModifier and TypeFieldDescriptionprotected RuleElementBlockForImpl.blockThe cached value of the 'Block' containment reference.protected RuleElementBlockMapImpl.blockThe cached value of the 'Block' containment reference.protected RuleElementBlockRuleDeclarationImpl.blockThe cached value of the 'Block' containment reference.protected RuleElementBlockStatementOrBlockImpl.blockThe cached value of the 'Block' containment reference.protected RuleElementBlockWhileImpl.blockThe cached value of the 'Block' containment reference.Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl that return RuleElementBlockModifier and TypeMethodDescriptionVilBuildLanguageFactoryImpl.createRuleElementBlock()ForImpl.getBlock()MapImpl.getBlock()RuleDeclarationImpl.getBlock()StatementOrBlockImpl.getBlock()WhileImpl.getBlock()Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl with parameters of type RuleElementBlockModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainForImpl.basicSetBlock(RuleElementBlock newBlock, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainMapImpl.basicSetBlock(RuleElementBlock newBlock, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainRuleDeclarationImpl.basicSetBlock(RuleElementBlock newBlock, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainStatementOrBlockImpl.basicSetBlock(RuleElementBlock newBlock, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainWhileImpl.basicSetBlock(RuleElementBlock newBlock, org.eclipse.emf.common.notify.NotificationChain msgs) voidForImpl.setBlock(RuleElementBlock newBlock) voidMapImpl.setBlock(RuleElementBlock newBlock) voidRuleDeclarationImpl.setBlock(RuleElementBlock newBlock) voidStatementOrBlockImpl.setBlock(RuleElementBlock newBlock) voidWhileImpl.setBlock(RuleElementBlock newBlock) -
Uses of RuleElementBlock in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.util
Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.util with parameters of type RuleElementBlockModifier and TypeMethodDescriptionVilBuildLanguageSwitch.caseRuleElementBlock(RuleElementBlock object) Returns the result of interpreting the object as an instance of 'Rule Element Block'.