Click or drag to resize

SequenceRuleCountAllCallGetLocalVariables Method

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

Parameters

variables
Type: System.Collections.GenericDictionarySequenceVariable, SetValueType
constructors
Type: System.Collections.GenericListSequenceExpressionConstructor
target
Type: de.unika.ipd.grGen.libGrSequenceBase

Return Value

Type: Boolean
See Also