Click or drag to resize

SequenceVariable Class

A variable declared/used within a sequence, might be a sequence-local variable or a reference to a graph-global variable. It is first stored within the symbol table belonging to the sequence on sequence parsing, after parsing only on the heap, with references from the sequence AST pointing to it.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrSequenceVariable

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

The SequenceVariable type exposes the following members.

Constructors
  NameDescription
Public methodSequenceVariable
Initializes a new instance of the SequenceVariable class
Top
Properties
Methods
See Also