|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
org.eclipse.ocl.expressions.impl.OCLExpressionImpl<C>
org.eclipse.ocl.expressions.impl.CallExpImpl<C>
org.eclipse.ocl.expressions.impl.FeatureCallExpImpl<C>
org.eclipse.ocl.expressions.impl.OperationCallExpImpl<C,O>
public class OperationCallExpImpl<C,O>
An implementation of the model object 'Operation Call Exp'.
The following features are implemented:
Field Summary | |
---|---|
protected |
argument
The cached value of the ' Argument ' containment reference list |
protected static int |
OPERATION_CODE_EDEFAULT
The default value of the ' Operation Code ' attribute |
protected O |
referredOperation
The cached value of the ' Referred Operation ' reference |
Fields inherited from class org.eclipse.ocl.expressions.impl.FeatureCallExpImpl |
---|
MARKED_PRE_EDEFAULT, MARKED_PRE_EFLAG |
Fields inherited from class org.eclipse.ocl.expressions.impl.CallExpImpl |
---|
PROPERTY_END_POSITION_EDEFAULT, PROPERTY_START_POSITION_EDEFAULT, propertyEndPosition, propertyStartPosition, source |
Fields inherited from class org.eclipse.ocl.expressions.impl.OCLExpressionImpl |
---|
END_POSITION_EDEFAULT, endPosition, START_POSITION_EDEFAULT, startPosition |
Constructor Summary | |
---|---|
protected |
OperationCallExpImpl()
|
Method Summary | ||
---|---|---|
|
accept(U v)
|
|
O |
basicGetReferredOperation()
|
|
boolean |
checkArgumentCount(DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
|
boolean |
checkArgumentsConform(DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
|
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)
|
|
|
getArgument()
|
|
int |
getOperationCode()
|
|
O |
getReferredOperation()
|
|
void |
setOperationCode(int newOperationCode)
|
|
void |
setReferredOperation(O newReferredOperation)
|
Methods inherited from class org.eclipse.ocl.expressions.impl.FeatureCallExpImpl |
---|
isMarkedPre, setMarkedPre, toString |
Methods inherited from class org.eclipse.ocl.expressions.impl.CallExpImpl |
---|
basicSetSource, eBaseStructuralFeatureID, eDerivedStructuralFeatureID, getPropertyEndPosition, getPropertyStartPosition, getSource, setPropertyEndPosition, setPropertyStartPosition, setSource |
Methods inherited from class org.eclipse.ocl.expressions.impl.OCLExpressionImpl |
---|
getEndPosition, getName, getStartPosition, getType, setEndPosition, setName, setStartPosition, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.ocl.expressions.OperationCallExp |
---|
checkArgumentCount, checkArgumentsConform, setReferredOperation |
Methods inherited from interface org.eclipse.ocl.expressions.FeatureCallExp |
---|
isMarkedPre, setMarkedPre |
Methods inherited from interface org.eclipse.ocl.expressions.CallExp |
---|
getSource, setSource |
Methods inherited from interface org.eclipse.ocl.utilities.TypedElement |
---|
getName, getType, setName, setType |
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode |
---|
getEndPosition, getStartPosition, setEndPosition, setStartPosition |
Methods inherited from interface org.eclipse.ocl.utilities.CallingASTNode |
---|
getPropertyEndPosition, getPropertyStartPosition, setPropertyEndPosition, setPropertyStartPosition |
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode |
---|
getEndPosition, getStartPosition, setEndPosition, setStartPosition |
Field Detail |
---|
protectedargument
Argument
' containment reference list.
getArgument()
protected O referredOperation
Referred Operation
' reference.
getReferredOperation()
protected static final int OPERATION_CODE_EDEFAULT
Operation Code
' attribute.
getOperationCode()
,
Constant Field ValuesConstructor Detail |
---|
protected OperationCallExpImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class FeatureCallExpImpl<C>
publicgetArgument()
getArgument
in interface OperationCallExp<C,O>
ExpressionsPackage.getOperationCallExp_Argument()
public O getReferredOperation()
getReferredOperation
in interface OperationCallExp<C,O>
OperationCallExp.setReferredOperation(Object)
,
ExpressionsPackage.getOperationCallExp_ReferredOperation()
public O basicGetReferredOperation()
public void setReferredOperation(O newReferredOperation)
public int getOperationCode()
getOperationCode
in interface OperationCallExp<C,O>
OperationCallExp.setOperationCode(int)
,
ExpressionsPackage.getOperationCallExp_OperationCode()
public void setOperationCode(int newOperationCode)
setOperationCode
in interface OperationCallExp<C,O>
newOperationCode
- the new value of the 'Operation Code' attribute.OperationCallExp.getOperationCode()
public boolean checkArgumentsConform(DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
public boolean checkArgumentCount(DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class CallExpImpl<C>
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class FeatureCallExpImpl<C>
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class FeatureCallExpImpl<C>
public void eUnset(int featureID)
eUnset
in class FeatureCallExpImpl<C>
public boolean eIsSet(int featureID)
eIsSet
in class FeatureCallExpImpl<C>
public <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
OCLExpressionImpl
accept
in interface Visitable
accept
in class OCLExpressionImpl<C>
|
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 |