Click or drag to resize

GlobalVariableAccess Constructor

Instantiates a new global variable access to be used in a match from storage construct.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public 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