Click or drag to resize

GrShellImplParseSequenceExpression Method


Namespace: de.unika.ipd.grGen.grShell
Assembly: libGrShell (in libGrShell.dll) Version: GrGen.NET 7.1
Syntax
C#
public SequenceExpression ParseSequenceExpression(
	string str,
	string ruleOfMatchThis,
	string typeOfGraphElementThis,
	Token tok,
	out bool noError
)

Parameters

str  String
 
ruleOfMatchThis  String
 
typeOfGraphElementThis  String
 
tok  Token
 
noError  Boolean
 

Return Value

SequenceExpression
See Also