An AST model wrapper for an integer.
Properties | Type | Description |
---|---|---|
_meta | Meta |
See
Meta
for more information.
|
_type |
|
|
value◊ |
|
The numeric value of the int. |
|
||
|
{
"_type": "AST.Integer",
"value": 8
}
{
"info": [
"An AST model wrapper for an integer."
],
"examples": [
{
"_type": "AST.Integer",
"value": 8
}
],
"properties": {
"_meta": {
"$ref": "../Meta.json"
},
"_type": {
"enum": [
"AST.Integer"
]
},
"value": {
"info": [
"The numeric value of the int."
],
"type": "integer"
}
},
"required": [
"value"
],
"title": "Integer",
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false
}