Click or drag to resize

SequenceBaseGetLocalVariables Method (ListSequenceFilterCallBase, 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(
	List<SequenceFilterCallBase> filterCalls,
	Dictionary<SequenceVariable, SetValueType> variables,
	List<SequenceExpressionConstructor> constructors
)

Parameters

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