Click or drag to resize

GlobalVariableAccess Class

Representation of a global variable accessed from within a pattern (match from storage constructs)
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspGlobalVariableAccess

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

The GlobalVariableAccess type exposes the following members.

Constructors
  NameDescription
Public methodGlobalVariableAccess
Instantiates a new global variable access to be used in a match from storage construct.
Top
Methods
  NameDescription
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldName
Name of the global variable
Public fieldType
Statically declared type of the global variable. (The one given in the rule file declaration defining how it is to be interpreted, global variables as such are untyped.)
Top
See Also