Click or drag to resize

IMatchgetIndependent Method

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

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

Parameters

name
Type: SystemString

Return Value

Type: IMatch
See Also