Click or drag to resize

IMatchgetAlternative Method

Returns submatch bound to the pattern alternative of the given name or null if no such pattern alternative exists

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
IMatch getAlternative(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: IMatch
See Also