OpOp#

class ansys.scade.apitools.expr.access.OpOp(expression: scade.model.suite.ExprCall, operator: CallExpression)#

Bases: CallExpression

Provides the abstract class for higher-order operators.

Notes#

The design differs slightly from the meta-model. The OpOp class is no longer aggregated by the CallExpression class but derives from it. This leads to a simpler design.

Parameters#

expression :

Higher-order expression to wrap.

operator :

Operator call expression.

Initialize the instance from the Scade expression.

Overview#

operator

Underlying expression.

Import detail#

from ansys.scade.apitools.expr.access import OpOp

Property detail#

property OpOp.operator: CallExpression#

Underlying expression.