init(expressionType : NSExpression.ExpressionType)
Creates the expression with the specified expression type.
式をこの指定された式型で作成します。
init(format: String, arguments: CVaListPointer)
Creates the expression with the specified expression format and arguments list.
式をこの指定された式フォーマットと引数リストで作成します。
init(format: String, CVarArg...)
Creates the expression with the expression format and arguments list you specify.
init?(coder: NSCoder)
Creates an expression by decoding from the coder you specify.
式をあなたが指定するコーダからデコードすることによって作成します。