public class LetExpCSImpl extends ExpCSImpl implements LetExpCS
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(BaseCSVisitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
|
NotificationChain |
basicSetOwnedInExpression(ExpCS newOwnedInExpression,
NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
ExpCS |
getOwnedInExpression() |
<any> |
getOwnedVariables() |
boolean |
isIsImplicit() |
void |
setIsImplicit(boolean newIsImplicit) |
void |
setOwnedInExpression(ExpCS newOwnedInExpression) |
String |
toString() |
getLocalLeft, getLocalLeftContainer, getLocalLeftmostDescendant, getLocalParent, getLocalRight, getLocalRightContainer, getLocalRightmostDescendant, getParent, getPrecedence, isHasError, isLocalLeftAncestorOf, isLocalRightAncestorOf, resetPivot, setHasError, setPrecedencegetOriginalXmiId, getOwnedAnnotations, setOriginalXmiIdgetPivot, setPivotgetCsi, getDescription, setCsiequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLocalLeft, getLocalLeftContainer, getLocalLeftmostDescendant, getLocalParent, getLocalRight, getLocalRightContainer, getLocalRightmostDescendant, getPrecedence, isHasError, isLocalLeftAncestorOf, isLocalRightAncestorOf, setHasError, setPrecedencegetOriginalXmiId, getOwnedAnnotations, setOriginalXmiIdgetPivot, setPivotgetCsi, getDescription, getParent, setCsieClassresetPivotpublic <any> getOwnedVariables()
getOwnedVariables in interface LetExpCSEssentialOCLCSPackage.getLetExpCS_OwnedVariables(),
LetVariableCS.getOwningLetExpression()public ExpCS getOwnedInExpression()
getOwnedInExpression in interface LetExpCSLetExpCS.setOwnedInExpression(ExpCS),
EssentialOCLCSPackage.getLetExpCS_OwnedInExpression()public NotificationChain basicSetOwnedInExpression(ExpCS newOwnedInExpression, NotificationChain msgs)
public void setOwnedInExpression(ExpCS newOwnedInExpression)
setOwnedInExpression in interface LetExpCSnewOwnedInExpression - the new value of the 'Owned In Expression' containment reference.LetExpCS.getOwnedInExpression()public boolean isIsImplicit()
isIsImplicit in interface LetExpCSLetExpCS.setIsImplicit(boolean),
EssentialOCLCSPackage.getLetExpCS_IsImplicit()public void setIsImplicit(boolean newIsImplicit)
setIsImplicit in interface LetExpCSnewIsImplicit - the new value of the 'Is Implicit' attribute.LetExpCS.isIsImplicit()public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class ModelElementCSImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID,
Object newValue)
public <R> R accept(BaseCSVisitor<R> visitor)
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.