Click or drag to resize

SequenceComputationGetLocalVariables(DictionarySequenceVariable, SetValueType, ListSequenceExpressionConstructor) Method

Collects all variables of the sequence expression tree into the variables dictionary, and all container and internal object constructors used into the constructors array.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public virtual void GetLocalVariables(
	Dictionary<SequenceVariable, SetValueType> variables,
	List<SequenceExpressionConstructor> constructors
)

Parameters

variables  DictionarySequenceVariable, SetValueType
Contains the variables found
constructors  ListSequenceExpressionConstructor
Contains the constructors found
See Also