Click or drag to resize

SequenceBaseRemoveVariablesFallingOutOfScope Method


Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
protected static void RemoveVariablesFallingOutOfScope(
	Dictionary<SequenceVariable, SetValueType> variables,
	List<SequenceVariable> variablesFallingOutOfScope
)

Parameters

variables  DictionarySequenceVariable, SetValueType
 
variablesFallingOutOfScope  ListSequenceVariable
 
See Also