Home | History | Annotate | Download | only in docs

Lines Matching full:literals

2 Objective-C Literals
9 *NSNumber Literals* provide a syntax for creating ``NSNumber`` from
10 scalar literal expressions; *Collection Literals* provide a short-hand
24 NSNumber Literals
36 control the size of numeric literals.
41 The following program illustrates the rules for ``NSNumber`` literals:
46 // character literals.
49 // integral literals.
55 // floating point literals.
59 // BOOL literals.
72 NSNumber literals only support literal scalar values after the ``'@'``.
108 ``BOOL`` and integer literals.
144 boxed literals (this avoids conflicts with future ``'@'``-prefixed
227 Container Literals
258 pointer typed, as in array literals. Key sub-expressions must be of an
269 Using array and dictionary literals is safer than the variadic creation
275 literals are similarly created with
457 This caveat applies to compile-time string literals as well.
458 Historically, string literals (using the ``@"..."`` syntax) have been
549 availability of numeric literals support. This checks for the new
551 ``@YES / @NO`` literals.