UniSet @VERSION@
Статические открытые данные | Полный список членов класса
Класс st2js.ir.IRVariable
Граф связей класса st2js.ir.IRVariable:
Collaboration graph
[см. легенду]

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

str name
 
IECType iec_type
 
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.