Click or drag to resize

IMatchgetIteratedAt Method

Returns submatch due to iterateds at position index (most efficient access) The submatch is a list of all matches of the iterated pattern.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
IMatches getIteratedAt(
	int index
)

Parameters

index
Type: SystemInt32
The position of the submatch due to iterateds to return

Return Value

Type: IMatches
The submatch due to iterateds at the given index
See Also