Click or drag to resize

SequenceSequenceCallInterpreted Constructor (ISequenceDefinition, ListSequenceExpression, ListSequenceVariable, SequenceVariable, Boolean)

Initializes a new instance of the SequenceSequenceCallInterpreted class

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public SequenceSequenceCallInterpreted(
	ISequenceDefinition SequenceDef,
	List<SequenceExpression> argExprs,
	List<SequenceVariable> returnVars,
	SequenceVariable subgraph,
	bool special
)

Parameters

SequenceDef
Type: de.unika.ipd.grGen.libGrISequenceDefinition
argExprs
Type: System.Collections.GenericListSequenceExpression
returnVars
Type: System.Collections.GenericListSequenceVariable
subgraph
Type: de.unika.ipd.grGen.libGrSequenceVariable
special
Type: SystemBoolean
See Also