 | 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
SyntaxIMatches getIteratedAt(
int index
)
Parameters
- index
- Type: SystemInt32
The position of the submatch due to iterateds to return
Return Value
Type:
IMatchesThe submatch due to iterateds at the given index
See Also