public class PrefixExpCSImpl extends OperatorExpCSImpl implements PrefixExpCS
| 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.
|
ExpCS |
getSource()
Returns the value of the 'Source' reference.
|
boolean |
isLocalRightAncestorOf(ExpCS csExp)
Return true if this is a transitive child of csExp in the logical expression tree containing this and csExp and only OperatorExpCS nodes within the tree.
|
basicSetOwnedRight, eBaseStructuralFeatureID, eDerivedStructuralFeatureID, eGet, eInverseRemove, eIsSet, eSet, eUnset, getLocalRight, getLocalRightmostDescendant, getName, getOwnedRight, getParent, getPrecedence, isLocalLeftAncestorOf, resetPivot, setName, setOwnedRight, setPrecedence, toStringgetLocalLeft, getLocalLeftContainer, getLocalLeftmostDescendant, getLocalParent, getLocalRightContainer, isHasError, setHasErrorgetOriginalXmiId, getOwnedAnnotations, setOriginalXmiIdgetPivot, setPivotgetCsi, getDescription, setCsiequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOwnedRight, setOwnedRightgetLocalLeft, getLocalLeftContainer, getLocalLeftmostDescendant, getLocalParent, getLocalRight, getLocalRightContainer, getLocalRightmostDescendant, getPrecedence, isHasError, isLocalLeftAncestorOf, setHasError, setPrecedencegetName, setNamegetOriginalXmiId, getOwnedAnnotations, setOriginalXmiIdgetPivot, setPivotgetCsi, getDescription, getParent, setCsieClassresetPivotpublic <R> R accept(BaseCSVisitor<R> visitor)
public ExpCS getSource()
OperatorExpCSIf the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
getSource in interface OperatorExpCSgetSource in class OperatorExpCSImplEssentialOCLCSPackage.getOperatorExpCS_Source()public boolean isLocalRightAncestorOf(ExpCS csExp)
ExpCSisLocalRightAncestorOf in interface ExpCSisLocalRightAncestorOf in class ExpCSImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.