return ImportOwner.processDeclarations(this, processor, place);
}
@Override
public int getTextOffset() {
ClNsStub stub = getStub();
if (stub != null) {
return stub.getTextOffset();
}
final ClSymbol symbol = getNameSymbol();
if (symbol != null) {
return symbol.getTextRange().getStartOffset();