Click or drag to resize

StorageAccess Class

Representation of a storage access, used to bind a pattern element.
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspStorageAccess

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

The StorageAccess type exposes the following members.

Constructors
  NameDescription
Public methodStorageAccess(GlobalVariableAccess)
Initializes a new instance of the StorageAccess class
Public methodStorageAccess(PatternVariable)
Initializes a new instance of the StorageAccess class
Public methodStorageAccess(QualificationAccess)
Initializes a new instance of the StorageAccess class
Public methodStorageAccess(StorageAccess)
Initializes a new instance of the StorageAccess class
Top
Methods
  NameDescription
Public methodPatchUsersOfCopiedElements
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldAttribute
The storage is a graph element attribute (qualification) if not null.
Public fieldGlobalVariable
The storage is a global variable if not null.
Public fieldVariable
The storage is a pattern variable if not null.
Top
See Also