Embedded |
public class EmbeddedSequenceInfo
The EmbeddedSequenceInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| EmbeddedSequenceInfo | Constructs an EmbeddedSequenceInfo object. |
| Name | Description | |
|---|---|---|
| Package | null if this is a global embedded sequence, otherwise the package the embedded sequence is contained in. |
| Name | Description | |
|---|---|---|
| LineNr | The line in the source code on which this sequence appears, printed in case of an error. | |
| OutParameters | The names of the graph elements of the containing action yielded to. Or the names of the graph elements returned to the calling action in case of a defined sequence. | |
| OutParameterTypes | The types of the graph elements of the containing action yielded to. Or the types of the graph elements returned to the calling action in case of a defined sequence. | |
| package | ||
| Parameters | The names of the needed graph elements of the containing action. Or the names of the graph elements needed from the calling action in case of a defined sequence. | |
| ParameterTypes | The types of the needed graph elements of the containing action. Or the types of the graph elements needed from the calling action in case of a definted sequence. | |
| XGRS | The XGRS string. |