Uses of Interface
de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.StatementOrBlock
Packages that use StatementOrBlock
Package
Description
-
Uses of StatementOrBlock in de.uni_hildesheim.sse.buildLanguageTranslation
Methods in de.uni_hildesheim.sse.buildLanguageTranslation with parameters of type StatementOrBlockModifier and TypeMethodDescriptionprivate net.ssehub.easy.instantiation.core.model.buildlangModel.IRuleBlockExpressionTranslator.resolveStatementOrBlock(StatementOrBlock part, net.ssehub.easy.instantiation.core.model.buildlangModel.Resolver resolver) Resolves a statement-or-block part. -
Uses of StatementOrBlock in de.uni_hildesheim.sse.vil.buildlang.serializer
Methods in de.uni_hildesheim.sse.vil.buildlang.serializer with parameters of type StatementOrBlockModifier and TypeMethodDescriptionprotected voidVilBuildLanguageSemanticSequencer.sequence_StatementOrBlock(org.eclipse.xtext.serializer.ISerializationContext context, StatementOrBlock semanticObject) Contexts: StatementOrBlock returns StatementOrBlock Constraint: (exStmt=ExpressionStatement | block=RuleElementBlock) -
Uses of StatementOrBlock in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage
Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage that return StatementOrBlockModifier and TypeMethodDescriptionVilBuildLanguageFactory.createStatementOrBlock()Returns a new object of class 'Statement Or Block'.Alternative.getElse()Returns the value of the 'Else' containment reference.Alternative.getIf()Returns the value of the 'If' containment reference.Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage with parameters of type StatementOrBlockModifier and TypeMethodDescriptionvoidAlternative.setElse(StatementOrBlock value) Sets the value of the 'Else' containment reference.voidAlternative.setIf(StatementOrBlock value) Sets the value of the 'If' containment reference. -
Uses of StatementOrBlock in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl
Classes in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl that implement StatementOrBlockModifier and TypeClassDescriptionclassAn implementation of the model object 'Statement Or Block'.Fields in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl declared as StatementOrBlockModifier and TypeFieldDescriptionprotected StatementOrBlockAlternativeImpl.else_The cached value of the 'Else' containment reference.protected StatementOrBlockAlternativeImpl.if_The cached value of the 'If' containment reference.Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl that return StatementOrBlockModifier and TypeMethodDescriptionVilBuildLanguageFactoryImpl.createStatementOrBlock()AlternativeImpl.getElse()AlternativeImpl.getIf()Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.impl with parameters of type StatementOrBlockModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainAlternativeImpl.basicSetElse(StatementOrBlock newElse, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainAlternativeImpl.basicSetIf(StatementOrBlock newIf, org.eclipse.emf.common.notify.NotificationChain msgs) voidAlternativeImpl.setElse(StatementOrBlock newElse) voidAlternativeImpl.setIf(StatementOrBlock newIf) -
Uses of StatementOrBlock in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.util
Methods in de.uni_hildesheim.sse.vil.buildlang.vilBuildLanguage.util with parameters of type StatementOrBlockModifier and TypeMethodDescriptionVilBuildLanguageSwitch.caseStatementOrBlock(StatementOrBlock object) Returns the result of interpreting the object as an instance of 'Statement Or Block'.