UniSet 2.45.1
Класс st2js.ir.IRVariable
Граф связей класса st2js.ir.IRVariable:

Статические открытые данные

Any initial_value = None
bool is_input = False
bool is_output = False
bool is_local = False
str struct_type_name = None
list struct_fields = None
IECType array_element_type = None
int array_size = None
int array_lower_bound = 1

Подробное описание

A variable declaration with type information.

The is_input/is_output/is_local flags are convenience markers;
IRProgram and IRFunctionBlock also separate variables into
distinct lists by section.