class AS_INT_LIT_EXPR < $AS_EXPR
****
An integer literal expression.


Flattened version is here

Ancestors
$AS_EXPR $NEXT{_} $AS_NODE $PROG_ERR
AS_EXPR AS_NODE



Public


Readable Attributes
attr is_inti:BOOL;
**** Is an infinite precision literal.
attr val:INTI;
**** Integer value of the expression.

Writable Attributes
attr is_inti:BOOL;
**** Is an infinite precision literal.
attr val:INTI;
**** Integer value of the expression.

Features