|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
org.eclipse.ocl.cst.impl.CSTNodeImpl
org.eclipse.ocl.cst.impl.OCLExpressionCSImpl
org.eclipse.ocl.cst.impl.CallExpCSImpl
org.eclipse.ocl.cst.impl.LoopExpCSImpl
public class LoopExpCSImpl
An implementation of the model object 'Loop Exp CS'.
The following features are implemented:
Field Summary | |
---|---|
protected OCLExpressionCS |
body
The cached value of the ' Body ' containment reference |
protected VariableCS |
variable1
The cached value of the ' Variable1 ' containment reference |
protected VariableCS |
variable2
The cached value of the ' Variable2 ' containment reference |
Fields inherited from class org.eclipse.ocl.cst.impl.CallExpCSImpl |
---|
accessor, ACCESSOR_EDEFAULT, simpleNameCS, source |
Fields inherited from class org.eclipse.ocl.cst.impl.CSTNodeImpl |
---|
ast, AST_EDEFAULT, END_OFFSET_EDEFAULT, END_TOKEN_EDEFAULT, endOffset, endToken, START_OFFSET_EDEFAULT, START_TOKEN_EDEFAULT, startOffset, startToken |
Constructor Summary | |
---|---|
protected |
LoopExpCSImpl()
|
Method Summary | |
---|---|
NotificationChain |
basicSetBody(OCLExpressionCS newBody,
NotificationChain msgs)
|
NotificationChain |
basicSetVariable1(VariableCS newVariable1,
NotificationChain msgs)
|
NotificationChain |
basicSetVariable2(VariableCS newVariable2,
NotificationChain msgs)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
OCLExpressionCS |
getBody()
|
VariableCS |
getVariable1()
|
VariableCS |
getVariable2()
|
void |
setBody(OCLExpressionCS newBody)
|
void |
setVariable1(VariableCS newVariable1)
|
void |
setVariable2(VariableCS newVariable2)
|
Methods inherited from class org.eclipse.ocl.cst.impl.CallExpCSImpl |
---|
basicSetSimpleNameCS, basicSetSource, getAccessor, getSimpleNameCS, getSource, setAccessor, setSimpleNameCS, setSource, toString |
Methods inherited from class org.eclipse.ocl.cst.impl.CSTNodeImpl |
---|
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartToken |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.ocl.cst.CallExpCS |
---|
getAccessor, getSimpleNameCS, getSource, setAccessor, setSimpleNameCS, setSource |
Methods inherited from interface org.eclipse.ocl.cst.CSTNode |
---|
getAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartToken |
Field Detail |
---|
protected VariableCS variable1
Variable1
' containment reference.
getVariable1()
protected VariableCS variable2
Variable2
' containment reference.
getVariable2()
protected OCLExpressionCS body
Body
' containment reference.
getBody()
Constructor Detail |
---|
protected LoopExpCSImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class CallExpCSImpl
public VariableCS getVariable1()
getVariable1
in interface LoopExpCS
LoopExpCS.setVariable1(VariableCS)
,
CSTPackage.getLoopExpCS_Variable1()
public NotificationChain basicSetVariable1(VariableCS newVariable1, NotificationChain msgs)
public void setVariable1(VariableCS newVariable1)
setVariable1
in interface LoopExpCS
newVariable1
- the new value of the 'Variable1' containment reference.LoopExpCS.getVariable1()
public VariableCS getVariable2()
getVariable2
in interface LoopExpCS
LoopExpCS.setVariable2(VariableCS)
,
CSTPackage.getLoopExpCS_Variable2()
public NotificationChain basicSetVariable2(VariableCS newVariable2, NotificationChain msgs)
public void setVariable2(VariableCS newVariable2)
setVariable2
in interface LoopExpCS
newVariable2
- the new value of the 'Variable2' containment reference.LoopExpCS.getVariable2()
public OCLExpressionCS getBody()
getBody
in interface LoopExpCS
LoopExpCS.setBody(OCLExpressionCS)
,
CSTPackage.getLoopExpCS_Body()
public NotificationChain basicSetBody(OCLExpressionCS newBody, NotificationChain msgs)
public void setBody(OCLExpressionCS newBody)
setBody
in interface LoopExpCS
newBody
- the new value of the 'Body' containment reference.LoopExpCS.getBody()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class CallExpCSImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class CallExpCSImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class CallExpCSImpl
public void eUnset(int featureID)
eUnset
in class CallExpCSImpl
public boolean eIsSet(int featureID)
eIsSet
in class CallExpCSImpl
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |