Documentation Language: Swift

Structure

ATLUnaryExpression

Unary operation expression for not, minus, etc.

struct ATLUnaryExpression

Topics

Operators

Initializers

?
init(operator:operand:)

Creates a unary operation expression.

Instance Properties

V
operand

The operand expression.

V
operator

The unary operator.

Instance Methods

F
evaluate(in:)

Evaluates the expression within the specified execution context.

Default Implementations

Relationships

Conforms To