match(SourceData source, MatchConditions matchCond) matches the source "text" (@link SourceData#getSource()) against the pattern represented
by this object.
matches the source "text" (@link SourceData#getSource()) against the pattern represented
by this object. In case of a successful match the resulting
MatchConditions with
the found instantiations of the schemavariables. If the match
failed, null is returned instead.
Parameters: source - the SourceData with the program element to match Parameters: matchCond - the MatchConditions found up to this point the resulting match conditions or null if the match failed