| Package | Description |
|---|---|
| org.eclipse.xtext.ui.editor.contentassist.antlr |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPartialContentAssistParser
A content assist parser that can skip parts of the document for faster parsing
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractContentAssistParser |
class |
AbstractPartialContentAssistParser
Base class for content assist parsers that can reduce the input preceding the cursor
position without any impact on the follow set.
|
| Modifier and Type | Field and Description |
|---|---|
protected IContentAssistParser |
ParserBasedContentAssistContextFactory.StatefulFactory.parser |
| Modifier and Type | Method and Description |
|---|---|
IContentAssistParser |
ParserBasedContentAssistContextFactory.StatefulFactory.getParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParserBasedContentAssistContextFactory.StatefulFactory.setParser(IContentAssistParser parser) |
Copyright © 2016. All Rights Reserved.