Syntax.VarDeclDeclaration of the IEC variable
val direction_to_yojson : direction -> Yojson.Safe.tval qualifier_to_yojson : qualifier -> Yojson.Safe.tval attribute_to_yojson : attribute -> Yojson.Safe.tval create : ?ty_spec:derived_ty_decl_spec option -> VarUse.t -> tval get_var_name : t -> stringSet qualifier for variable. Raise an exception if this variable doesn't support qualifiers.
Set qualifier for variable. Raise an exception if this variable doesn't support qualifiers.
val set_ty_spec : t -> derived_ty_decl_spec -> tval get_ty_spec : t -> derived_ty_decl_spec optionval get_was_init : t -> boolval to_yojson : t -> Yojson.Safe.t