init(expressionType : NSExpression.ExpressionType)
Creates the expression with the specified expression type.
式をこの指定された式型で作成します。
init(format: String, argumentArray : [Any])
Creates the expression with the specified expression format and array of arguments.
式をこの指定された式フォーマットおよび引数の配列で作成します。
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.
式をあなたが指定するコーダからデコードすることによって作成します。