Skip to content

Commit 6102846

Browse files
committed
ST6RI-897 Added @deprecated tag to InvocationExpression.getOperand.
1 parent 7e8ef0d commit 6102846

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

org.omg.sysml/syntax-gen/org/omg/sysml/lang/sysml/InvocationExpression.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ public interface InvocationExpression extends InstantiationExpression {
8383
* The list contents are of type {@link org.omg.sysml.lang.sysml.Expression}.
8484
* <!-- begin-user-doc -->
8585
* <p>
86-
* If the meaning of the '<em>Operand</em>' containment reference list isn't clear,
87-
* there really should be more of a description here...
86+
* This is a workaround used in the parsing of operator expressions. Do not call
87+
* it otherwise. Use getArgument instead.
8888
* </p>
8989
* <!-- end-user-doc -->
9090
* @return the value of the '<em>Operand</em>' containment reference list.
@@ -93,6 +93,7 @@ public interface InvocationExpression extends InstantiationExpression {
9393
* annotation="http://www.omg.org/spec/SysML"
9494
* @generated
9595
*/
96+
@Deprecated
9697
EList<Expression> getOperand();
9798

9899
} // InvocationExpression

0 commit comments

Comments
 (0)