Click or drag to resize

SequenceBaseGetLocalVariables Method (SequenceVariable, DictionarySequenceVariable, SetValueType, ListSequenceExpressionConstructor)

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

Parameters

ReturnVars
Type: de.unika.ipd.grGen.libGrSequenceVariable
variables
Type: System.Collections.GenericDictionarySequenceVariable, SetValueType
constructors
Type: System.Collections.GenericListSequenceExpressionConstructor
See Also