Core.Terms.StringLiteral

From emotive
Revision as of 06:42, 13 August 2014 by Nb (talk | contribs) (Created page with "Category:Core == Classification == {{ClassificationActivity | StringLiteral | Literal of type String | Term | OTX Core library | Literal related terms | -...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name StringLiteral
Short Description Literal of type String
Class Term
Extension OTX Core library
Group Literal related terms
Exceptions -
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

Value = literal

Description

A StringLiteral is the code representation of a value of type String.

Properties

Name Data Type Class Default Cardinality Description
Literal String Literal - [1] Identification of a string in C # notation.

Examples

* "Text"
* "Text with CrLf \n"

See also

BooleanLiteral
IntegerLiteral
FloatLiteral
ByteFieldLiteral
ListLiteral
MapLiteral
UserExceptionLiteral