Click or drag to resize

EmbeddedSequenceInfo Class

Represents an XGRS used in an exec statement.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrEmbeddedSequenceInfo
    de.unika.ipd.grGen.libGrDefinedSequenceInfo

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public class EmbeddedSequenceInfo

The EmbeddedSequenceInfo type exposes the following members.

Constructors
 NameDescription
Public methodEmbeddedSequenceInfo Constructs an EmbeddedSequenceInfo object.
Top
Properties
 NameDescription
Public propertyPackage null if this is a global embedded sequence, otherwise the package the embedded sequence is contained in.
Top
Fields
 NameDescription
Public fieldLineNr The line in the source code on which this sequence appears, printed in case of an error.
Public fieldOutParameters 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.
Public fieldOutParameterTypes 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.
Public fieldpackage 
Public fieldParameters 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.
Public fieldParameterTypes 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.
Public fieldXGRS The XGRS string.
Top
See Also