 | IMatchAlternativesEnumerator Property |
Enumerator over submatches due to alternatives. (efficiency in between getAlternativeAt and Alternatives)
You can find out which alternative case was matched by inspecting the Pattern member of the submatch.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
SyntaxIEnumerator<IMatch> AlternativesEnumerator { get; }
Property Value
Type:
IEnumeratorIMatch
See Also