Interface BaseInternalContentAssistParser.IFollowElementFactory<FollowElement extends BaseFollowElement<LookAheadTerminal>,LookAheadTerminal extends ILookAheadTerminal>
-
- All Known Implementing Classes:
AbstractInternalContentAssistParser.DefaultFollowElementFactory
- Enclosing class:
- BaseInternalContentAssistParser<FollowElement extends BaseFollowElement<LookAheadTerminal>,LookAheadTerminal extends ILookAheadTerminal>
public static interface BaseInternalContentAssistParser.IFollowElementFactory<FollowElement extends BaseFollowElement<LookAheadTerminal>,LookAheadTerminal extends ILookAheadTerminal>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FollowElementcreateFollowElement(org.eclipse.xtext.AbstractElement current, int lookAhead)
-
-
-
Method Detail
-
createFollowElement
FollowElement createFollowElement(org.eclipse.xtext.AbstractElement current, int lookAhead)
-
-