 | GlobalVariableAccess Constructor |
Instantiates a new global variable access to be used in a match from storage construct.
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic GlobalVariableAccess(
string name,
VarType type
)
Parameters
- name String
- The name of the global variable.
- type VarType
- The type the values in the global variable must bear, as declared in the rules file.
See Also