Click or drag to resize

IMatchgetAlternativeAt Method

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

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

Parameters

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

Return Value

Type: IMatch
The submatch due to alternatives at the given index
See Also