Core.Terms.BooleanLiteral
Revision as of 04:29, 13 August 2014 by Nb (talk | contribs) (Created page with "Category:Core == Classification == {{ClassificationActivity | BooleanLiteral | Literal of type Boolean | Term | OTX Core library | Literal related terms |...")
Classification
Name | BooleanLiteral |
Short Description | Literal of type Boolean |
Class | Term |
Extension | OTX Core library |
Group | Literal related terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
Value = literal
Description
A BooleanLiteral is the code representation of a value of type Boolean.
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Literal | Boolean | Literal | - | [1] | Designation of a Boolean value to c# notation. |
Examples
* true
* false
See also
IntegerLiteral
FloatLiteral
StringLiteral
ByteFieldLiteral
ListLiteral
MapLiteral
UserExceptionLiteral