labelMatch = MATCH.NONE;
}
if(labelMatch != MATCH.NONE){
if(match.getMatchCount() < foundProcessableTokens ||
match.getMatchCount() == foundProcessableTokens &&
labelMatch.ordinal() > match.getMatch().ordinal()){
match.updateMatch(labelMatch, firstFoundIndex, coveredTokens, foundTokens,
foundTokenMatch/foundTokens,label,labelTokens.length);
} //else this match is not better as the existing one
} //else ignore labels with MATCH.NONE
} //else NO tokens found -> nothing to do