Click or drag to resize

LGSPEmbeddedSequenceClosure Class

A closure for an exec statement in an alternative, iterated or subpattern, containing the entities needed for the exec execution. These exec are executed at the end of the rule which directly or indirectly used them, long after the alternative/iterated/subpattern modification containing them has been applied. The real stuff depends on the xgrs and is generated, implementing this abstract class.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspLGSPEmbeddedSequenceClosure

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public abstract class LGSPEmbeddedSequenceClosure

The LGSPEmbeddedSequenceClosure type exposes the following members.

Constructors
  NameDescription
Protected methodLGSPEmbeddedSequenceClosure
Initializes a new instance of the LGSPEmbeddedSequenceClosure class
Top
Methods
  NameDescription
Public methodexec
Executes the embedded sequence closure
Top
See Also