Click or drag to resize

LGSPRulePatternGetImplementedMatchClass Method

Returns the implemented match class, if it is available, otherwise null

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public IMatchClass GetImplementedMatchClass(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: IMatchClass

Implements

IRulePatternGetImplementedMatchClass(String)
See Also