File tree Expand file tree Collapse file tree
org.omg.sysml/syntax-gen/org/omg/sysml/lang/sysml Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments