}
return null;
}
public Scope scopeAt(int line, int lineOffset) {
MateTextLocation location = document.getTextLocation(line, lineOffset);
Scope r = null;
if (getStart().compareTo(location) <= 0 || parent == null) {
if (isOpen || getEnd().compareTo(location) >= 0) {
Scope containingChildNew = Scope.findContainingScopeNew(children, ((SwtMateTextLocation) location).offset);
//Scope containingChildOld = Scope.findContainingScopeOld(children, location);