Documentation Language: Swift

Structure

ATLMethodCallExpression

Method call expression for OCL-style method invocations.

struct ATLMethodCallExpression

Topics

Operators

Initializers

?
init(receiver:methodName:arguments:)

Creates a method call expression.

Instance Properties

V
arguments

The method arguments.

V
methodName

The method name.

V
receiver

The receiver expression.

Instance Methods

F
evaluate(in:)

Evaluates the expression within the specified execution context.

Default Implementations

Relationships

Conforms To