 | IActionsGetMatchClass Method |
Gets the filterer of the match class with the given name.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxMatchClassFilterer GetMatchClass(
string name
)
Parameters
- name String
- The name of the match class.
Return Value
MatchClassFiltererThe filterer of the match class with the given name, or null, if no such match class exists.
See Also