Difference between revisions of "Core.Terms.IntegerLiteral"

From emotive
Jump to navigation Jump to search
(Created page with "Category:Core == Classification == {{ClassificationActivity | IntegerLiteral | Literal of type Integer | Term | OTX Core library | Literal related terms |...")
 
Line 3: Line 3:
 
{{ClassificationActivity | IntegerLiteral | Literal of type Integer | [[Term]] | [[Core|OTX Core library]] | [[Literal related terms]] | - | - }}
 
{{ClassificationActivity | IntegerLiteral | Literal of type Integer | [[Term]] | [[Core|OTX Core library]] | [[Literal related terms]] | - | - }}
  
== Pseudo-Code Syntax ==
+
== OTL Syntax ==
 
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;">
 
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;">
 
Value = literal
 
Value = literal

Revision as of 06:43, 3 February 2015

Classification

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

OTL Syntax

Value = literal

Description

A IntegerLiteral is the code representation of a value of type Integer.

Properties

Name Data Type Class Default Cardinality Description
Literal Integer Literal - [1] Designation of a decimal number in c# notation.

Examples

* 0
* 20
* -1234
* 7898797120

See also

BooleanLiteral
FloatLiteral
StringLiteral
ByteFieldLiteral
ListLiteral
MapLiteral
UserExceptionLiteral