public GotoStatementStrategy(ICompletionContext context) {
super(context);
}
public void apply(ICompletionReporter reporter) throws BadLocationException {
ICompletionContext context = getContext();
GotoStatementContext gotoStatementContext = (GotoStatementContext) context;
String prefix = gotoStatementContext.getPrefix();
if (prefix.startsWith("$")) { //$NON-NLS-1$