 | SequenceComputation.GetLocalVariables Method (Dictionary<SequenceVariable, SetValueType>, List<SequenceExpressionConstructor>) |
Collects all variables of the sequence expression tree into the variables dictionary,
and all container and internal object constructors used into the constructors array.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic virtual void GetLocalVariables(
Dictionary<SequenceVariable, SetValueType> variables,
List<SequenceExpressionConstructor> constructors
)
Parameters
- variables
- Type: System.Collections.Generic.Dictionary<SequenceVariable, SetValueType>
Contains the variables found - constructors
- Type: System.Collections.Generic.List<SequenceExpressionConstructor>
Contains the constructors found
See Also