use of org.eclipse.xtext.testlanguages.backtracking.beeLangTestLanguage.Expression in project xtext-core by eclipse.
the class AliasedRequiredCapabilityImpl method basicSetCondExpr.
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetCondExpr(Expression newCondExpr, NotificationChain msgs) {
Expression oldCondExpr = condExpr;
condExpr = newCondExpr;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, BeeLangTestLanguagePackage.ALIASED_REQUIRED_CAPABILITY__COND_EXPR, oldCondExpr, newCondExpr);
if (msgs == null)
msgs = notification;
else
msgs.add(notification);
}
return msgs;
}
use of org.eclipse.xtext.testlanguages.backtracking.beeLangTestLanguage.Expression in project xtext-core by eclipse.
the class AndExpressionImpl method basicSetRightExpr.
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetRightExpr(Expression newRightExpr, NotificationChain msgs) {
Expression oldRightExpr = rightExpr;
rightExpr = newRightExpr;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, BeeLangTestLanguagePackage.AND_EXPRESSION__RIGHT_EXPR, oldRightExpr, newRightExpr);
if (msgs == null)
msgs = notification;
else
msgs.add(notification);
}
return msgs;
}
use of org.eclipse.xtext.testlanguages.backtracking.beeLangTestLanguage.Expression in project xtext-core by eclipse.
the class AndExpressionImpl method basicSetLeftExpr.
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetLeftExpr(Expression newLeftExpr, NotificationChain msgs) {
Expression oldLeftExpr = leftExpr;
leftExpr = newLeftExpr;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, BeeLangTestLanguagePackage.AND_EXPRESSION__LEFT_EXPR, oldLeftExpr, newLeftExpr);
if (msgs == null)
msgs = notification;
else
msgs.add(notification);
}
return msgs;
}
use of org.eclipse.xtext.testlanguages.backtracking.beeLangTestLanguage.Expression in project xtext-core by eclipse.
the class AtExpressionImpl method basicSetObjExpr.
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetObjExpr(Expression newObjExpr, NotificationChain msgs) {
Expression oldObjExpr = objExpr;
objExpr = newObjExpr;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, BeeLangTestLanguagePackage.AT_EXPRESSION__OBJ_EXPR, oldObjExpr, newObjExpr);
if (msgs == null)
msgs = notification;
else
msgs.add(notification);
}
return msgs;
}
use of org.eclipse.xtext.testlanguages.backtracking.beeLangTestLanguage.Expression in project xtext-core by eclipse.
the class AtExpressionImpl method basicSetIndexExpr.
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetIndexExpr(Expression newIndexExpr, NotificationChain msgs) {
Expression oldIndexExpr = indexExpr;
indexExpr = newIndexExpr;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, BeeLangTestLanguagePackage.AT_EXPRESSION__INDEX_EXPR, oldIndexExpr, newIndexExpr);
if (msgs == null)
msgs = notification;
else
msgs.add(notification);
}
return msgs;
}
Aggregations