 | IMatchgetIndependentAt Method |
Returns submatch due to independents at position index (most efficient access)
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
SyntaxIMatch getIndependentAt(
int index
)
Parameters
- index
- Type: SystemInt32
The position of the submatch due to independents to return
Return Value
Type:
IMatchThe submatch due to independents at the given index
See Also