IntegerExp.literal

Use this instead of creating new instances for commonly used literals such as 0 or 1.

class IntegerExp
static
literal
(
int v
)
()

Parameters

v

The value of the expression

Return Value

A static instance of the expression, typed as Tint32.

Meta