Click or drag to resize

MatchListHelper Class

A helper class used in flattening an array of Matches objects (containing Match objects) to an array of Match objects, and handling an array of Match objects (as it is used by the multi rule all call and multi backtracking language constructs).
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrMatchListHelper

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static class MatchListHelper

The MatchListHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAdd(ListIMatch, IMatches) 
Public methodStatic memberAdd(IListIMatch, IMatches, IDictionaryIMatch, Int32) 
Public methodStatic memberAddReturnT 
Public methodStatic memberClone 
Public methodStatic memberFilter_keepFirst For filtering with the auto-supplied filter keepFirst
Public methodStatic memberFilter_keepFirstFraction For filtering with the auto-supplied filter keepFirstFraction
Public methodStatic memberFilter_keepLast For filtering with the auto-supplied filter keepLast
Public methodStatic memberFilter_keepLastFraction For filtering with the auto-supplied filter keepLastFraction
Public methodStatic memberFilter_removeFirst For filtering with the auto-supplied filter removeFirst
Public methodStatic memberFilter_removeFirstFraction For filtering with the auto-supplied filter removeFirstFraction
Public methodStatic memberFilter_removeLast For filtering with the auto-supplied filter removeLast
Public methodStatic memberFilter_removeLastFraction For filtering with the auto-supplied filter removeLastFraction
Public methodStatic memberFromListT 
Public methodStatic memberRemoveUnavailableT 
Public methodStatic memberToListT 
Top
See Also