Click or drag to resize

SequenceExpressionNodesGetLocalVariables Method (DictionarySequenceVariable, SetValueType, ListSequenceExpressionConstructor)

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

Parameters

variables
Type: System.Collections.GenericDictionarySequenceVariable, SetValueType
constructors
Type: System.Collections.GenericListSequenceExpressionConstructor
See Also