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

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

Any tree
 
str source
 
str filename
 
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).