UniSet 2.45.1
Класс st2js.parser.ParseResult

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

list gvl_blocks = field(default_factory=list)

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

Result of parsing ST source code.

Attributes:
    tree: The blark transformed (typed) AST. This is a blark.transform.SourceCode
          object whose .items list contains Program/FunctionBlock nodes.
    source: The original ST source string.
    filename: The filename used for error reporting.
    gvl_blocks: Named GVL blocks extracted from PLCopen XML (empty for non-XML).