public class DotProposalProviderDelegator extends Object
Constructor and Description |
---|
DotProposalProviderDelegator(String language) |
Modifier and Type | Method and Description |
---|---|
List<org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal> |
computeConfigurableCompletionProposals(String text,
int cursorPosition)
Computes the configurable completion proposals considering the given text
and the given cursorPosition.
|
public DotProposalProviderDelegator(String language)
public List<org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal> computeConfigurableCompletionProposals(String text, int cursorPosition)
text
- The current text to parse.cursorPosition
- The cursor position within the given text.Copyright (c) 2014 itemis AG and others. All rights reserved.