return replacementRange;
}
public void apply(ICompletionReporter reporter) throws BadLocationException {
ICompletionContext context = getContext();
AbstractCompletionContext abstractContext = (AbstractCompletionContext) context;
if (abstractContext.getCompletionRequestor() instanceof IPHPCompletionRequestor) {
IPHPCompletionRequestor phpCompletionRequestor = (IPHPCompletionRequestor) abstractContext
.getCompletionRequestor();
if (phpCompletionRequestor.filter(CompletionFlag.STOP_REPORT_TYPE)) {