| Package | Description |
|---|---|
| org.eclipse.xtext.ui.editor.contentassist.antlr | |
| org.eclipse.xtext.ui.editor.contentassist.antlr.internal |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Collection<FollowElement> |
AbstractContentAssistParser.getFollowElements(AbstractInternalContentAssistParser parser) |
protected Collection<FollowElement> |
AbstractPartialContentAssistParser.getFollowElements(AbstractInternalContentAssistParser parser,
AbstractElement entryPoint) |
Collection<FollowElement> |
AbstractContentAssistParser.getFollowElements(FollowElement element) |
Collection<FollowElement> |
IContentAssistParser.getFollowElements(FollowElement element) |
Collection<FollowElement> |
IPartialContentAssistParser.getFollowElements(IParseResult parseResult,
int offset,
boolean strict) |
Collection<FollowElement> |
AbstractPartialContentAssistParser.getFollowElements(IParseResult parseResult,
int offset,
boolean strict) |
Collection<FollowElement> |
AbstractContentAssistParser.getFollowElements(String input,
boolean strict) |
Collection<FollowElement> |
IContentAssistParser.getFollowElements(String input,
boolean strict) |
protected Collection<FollowElement> |
ParserBasedContentAssistContextFactory.PartialStatefulFactory.parseFollowElements(int offset,
boolean strict) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ParserBasedContentAssistContextFactory.StatefulFactory.computeFollowElements(ParserBasedContentAssistContextFactory.FollowElementCalculator calculator,
FollowElement element) |
protected void |
ParserBasedContentAssistContextFactory.StatefulFactory.computeFollowElements(ParserBasedContentAssistContextFactory.FollowElementCalculator calculator,
FollowElement element,
com.google.common.collect.Multimap<Integer,List<AbstractElement>> visited) |
Collection<FollowElement> |
AbstractContentAssistParser.getFollowElements(FollowElement element) |
Collection<FollowElement> |
IContentAssistParser.getFollowElements(FollowElement element) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ParserBasedContentAssistContextFactory.StatefulFactory.computeFollowElements(Collection<FollowElement> followElements,
Collection<AbstractElement> result) |
protected void |
ParserBasedContentAssistContextFactory.StatefulFactory.doCreateContexts(INode lastCompleteNode,
INode currentNode,
String prefix,
org.eclipse.emf.ecore.EObject previousModel,
Collection<FollowElement> followElements) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<FollowElement> |
AbstractInternalContentAssistParser.followElements |
| Modifier and Type | Method and Description |
|---|---|
protected FollowElement |
AbstractInternalContentAssistParser.createFollowElement(AbstractElement current,
int lookAhead) |
FollowElement |
AbstractInternalContentAssistParser.DefaultFollowElementFactory.createFollowElement(AbstractElement current,
int lookAhead) |
| Modifier and Type | Method and Description |
|---|---|
Set<FollowElement> |
AbstractInternalContentAssistParser.getFollowElements() |
Copyright © 2016. All Rights Reserved.