Click or drag to resize

IGlobalVariablesGetNodeVarValue Method

Retrieves the INode for a variable name or null, if the variable isn't set yet or anymore. A InvalidCastException is thrown, if the variable is set and does not point to an INode object.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
INode GetNodeVarValue(
	string varName
)

Parameters

varName  String
The variable name to lookup.

Return Value

INode
The according INode or null.
See Also