public class DummyLanguageService extends java.lang.Object implements ICompletionService
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | LANGUAGE_NAMEThe language name. | 
| Constructor and Description | 
|---|
| DummyLanguageService() | 
| Modifier and Type | Method and Description | 
|---|---|
| CompletionResult | getProposals(java.lang.String document,
            java.lang.String curSelection)Gets the proposals. | 
public CompletionResult getProposals(java.lang.String document, java.lang.String curSelection)
ICompletionServicegetProposals in interface ICompletionServicedocument - the documentcurSelection - the cur selection