Initializer

init(forConstantValue:)

Creates an expression that represents a specified constant value. ある式を作成します、それはある指定された定数値を表します。

Declaration 宣言

init(forConstantValue obj: Any?)

Parameters パラメータ

obj

The constant value the new expression is to represent. 新しい式が表現することになる定数値。

Return Value 戻り値

A new expression that represents the constant value, obj. ある新しい式、それは定数値、objを表します。

See Also 参照

Creating an Expression for a Value 式をある値に対して作成する