 | SequenceComputationGetLocalVariables Method (DictionarySequenceVariable, SetValueType, ListSequenceExpressionConstructor) |
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.GenericDictionarySequenceVariable, SetValueType
Contains the variables found - constructors
- Type: System.Collections.GenericListSequenceExpressionConstructor
Contains the constructors found
See Also