Class SiemensProc
Block-root record for a Siemens PROC declaration header,
written by SiemensProcSyntax.
The declaration is consumed whole (parameter binding is a later work
item); Statement keeps the verbatim remainder visible.
public class SiemensProc
- Inheritance
-
SiemensProc
- Inherited Members
- Extension Methods
Properties
Name
Declared subprogram name.
public string Name { get; set; }
Property Value
Statement
Verbatim declaration remainder after the name (parameter list, SAVE/DISPLOF attributes); null when empty.
public string Statement { get; set; }