Defined |
public class DefinedSequenceInfo : EmbeddedSequenceInfo, INamed
The DefinedSequenceInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| DefinedSequenceInfo | Constructs an DefinedSequenceInfo object. |
| Name | Description | |
|---|---|---|
| Name | The name the sequence was defined with | |
| Package | null if this is a global sequence, otherwise the package the sequence is contained in. | |
| PackagePrefixedName | The name of the sequence in case of a global sequence, the name of the sequence prefixed by the name of the package otherwise. |
| Name | Description | |
|---|---|---|
| annotations | The annotations of the sequence definition | |
| LineNr |
The line in the source code on which this sequence appears, printed in case of an error.
(Inherited from EmbeddedSequenceInfo) | |
| name | ||
| 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.
(Inherited from EmbeddedSequenceInfo) | |
| 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.
(Inherited from EmbeddedSequenceInfo) | |
| package | (Inherited from EmbeddedSequenceInfo) | |
| packagePrefixedName | ||
| 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.
(Inherited from EmbeddedSequenceInfo) | |
| 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.
(Inherited from EmbeddedSequenceInfo) | |
| XGRS |
The XGRS string.
(Inherited from EmbeddedSequenceInfo) |