Contents

init(expressionType:)

Creates the expression with the specified expression type.

Declaration

init(expressionType type: NSExpression.ExpressionType)

Parameters

Return Value

An initialized NSExpression object of the type type.

Discussion

This method is the designated initializer for NSExpression.

See Also

Related Documentation

  • Predicate Programming Guide

Creating an Expression