Integer

data class Integer(var iType: Integer.IType) : Type

Used to define the type of an integer value

Example: 123

Constructors

Link copied to clipboard
constructor(title: String, tp: Integer.IType)
constructor(iType: Integer.IType)

Types

Link copied to clipboard

Used to classify Integer types

Properties

Link copied to clipboard

represents the type of integer

Link copied to clipboard
open override val title: String

represents the name of the type