Click or drag to resize

SequenceExpressionFunctionCallCompiled(String, String, String, String, ListSequenceExpression, Boolean) Constructor

Initializes a new instance of the SequenceExpressionFunctionCallCompiled class

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public SequenceExpressionFunctionCallCompiled(
	string Name,
	string Package,
	string PackagePrefixedName,
	string ReturnType,
	List<SequenceExpression> argExprs,
	bool IsExternal
)

Parameters

Name  String
 
Package  String
 
PackagePrefixedName  String
 
ReturnType  String
 
argExprs  ListSequenceExpression
 
IsExternal  Boolean
 
See Also