super(offset, length, text, missingEndQuote);
this.beanNode = beanNode;
}
public ICompletionProposal[] computeQuickAssistProposals(IQuickAssistInvocationContext invocationContext) {
return new ICompletionProposal[] { new AddFactoryMethodQuickFixProposal(offset, length, missingEndQuote,
beanNode) };
}