Click or drag to resize

SequenceBaseCopyArgumentExpressionsAndArguments Method


Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
protected static void CopyArgumentExpressionsAndArguments(
	Dictionary<SequenceVariable, SequenceVariable> originalToCopy,
	IGraphProcessingEnvironment procEnv,
	SequenceExpression[] sourceArgumentExpressions,
	out SequenceExpression[] targetArgumentExpressions,
	out Object[] targetArguments
)

Parameters

originalToCopy  DictionarySequenceVariable, SequenceVariable
 
procEnv  IGraphProcessingEnvironment
 
sourceArgumentExpressions  SequenceExpression
 
targetArgumentExpressions  SequenceExpression
 
targetArguments  Object
 
See Also