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.2
Syntax
C#
public GlobalVariableAccess(
	string name,
	VarType type
)

Parameters

name
Type: SystemString
The name of the global variable.
type
Type: de.unika.ipd.grGen.libGrVarType
The type the values in the global variable must bear, as declared in the rules file.
See Also