if (!annotations.isEmpty()) {
drem.setBegin(annotations.get(0).getBegin());
drem.setEnd(annotations.get(annotations.size() - 1).getEnd());
}
if (addToIndex)
drem.addToIndexes();
return drem;
}
public DebugRuleElementMatch createDebugRuleElementMatch(RuleElementMatch rem, RutaStream stream,
boolean addToIndex) {