Click or drag to resize

SequenceRuleCallCompiled(String, String, String, ListSequenceExpression, ListSequenceVariable, SequenceVariable, Boolean, Boolean, Boolean) Constructor

Initializes a new instance of the SequenceRuleCallCompiled class

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public SequenceRuleCallCompiled(
	string Name,
	string Package,
	string PackagePrefixedName,
	List<SequenceExpression> argExprs,
	List<SequenceVariable> returnVars,
	SequenceVariable subgraph,
	bool special,
	bool test,
	bool isRuleForMultiRuleAllCallReturningArrays
)

Parameters

Name  String
 
Package  String
 
PackagePrefixedName  String
 
argExprs  ListSequenceExpression
 
returnVars  ListSequenceVariable
 
subgraph  SequenceVariable
 
special  Boolean
 
test  Boolean
 
isRuleForMultiRuleAllCallReturningArrays  Boolean
 
See Also