| Package | Description |
|---|---|
| org.eclipse.xtext.ui.editor.contentassist | |
| org.eclipse.xtext.ui.editor.contentassist.antlr | |
| org.eclipse.xtext.ui.editor.outline.quickoutline |
| Modifier and Type | Class and Description |
|---|---|
class |
FQNPrefixMatcher |
static class |
PrefixMatcher.CamelCase |
static class |
PrefixMatcher.IgnoreCase |
| Modifier and Type | Method and Description |
|---|---|
PrefixMatcher |
ContentAssistContext.getMatcher()
The matching algorithm to choose proposals according to the completion prefix.
|
PrefixMatcher |
ConfigurableCompletionProposal.getMatcher() |
| Modifier and Type | Method and Description |
|---|---|
ContentAssistContext.Builder |
ContentAssistContext.Builder.setMatcher(PrefixMatcher matcher) |
void |
ConfigurableCompletionProposal.setMatcher(PrefixMatcher matcher) |
| Modifier and Type | Field and Description |
|---|---|
protected PrefixMatcher |
ParserBasedContentAssistContextFactory.StatefulFactory.matcher |
protected PrefixMatcher |
DelegatingContentAssistContextFactory.StatefulFactory.matcher |
| Constructor and Description |
|---|
PrefixMatcherOutlineAdapter(String prefix,
PrefixMatcher strategy) |
Copyright © 2016. All Rights Reserved.