init(expressionType:)
Creates the expression with the specified expression type.
Declaration
init(expressionType type: NSExpression.ExpressionType)Parameters
- type:
The type of the new expression, as defined by Expressiontype Swift.enum.
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