Click or drag to resize

IMatchgetEmbeddedGraphAt Method

Returns submatch due to subpattern at position index (most efficient access)

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
IMatch getEmbeddedGraphAt(
	int index
)

Parameters

index  Int32
The position of the submatch due to subpattern to return

Return Value

IMatch
The submatch due to subpattern at the given index
See Also