Class AbstractInternalContentAssistParser.DefaultFollowElementFactory
- java.lang.Object
-
- org.eclipse.xtext.ide.editor.contentassist.antlr.internal.AbstractFollowElementFactory<FollowElement,LookAheadTerminal>
-
- org.eclipse.xtext.ide.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser.DefaultFollowElementFactory
-
- All Implemented Interfaces:
BaseInternalContentAssistParser.IFollowElementFactory<FollowElement,LookAheadTerminal>
- Enclosing class:
- AbstractInternalContentAssistParser
protected class AbstractInternalContentAssistParser.DefaultFollowElementFactory extends AbstractFollowElementFactory<FollowElement,LookAheadTerminal>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDefaultFollowElementFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FollowElementdoCreateElement()protected LookAheadTerminaldoCreateLookAheadTerminal(org.antlr.runtime.Token token)-
Methods inherited from class org.eclipse.xtext.ide.editor.contentassist.antlr.internal.AbstractFollowElementFactory
createFollowElement
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.xtext.ide.editor.contentassist.antlr.internal.BaseInternalContentAssistParser.IFollowElementFactory
createFollowElement
-
-
-
-
Method Detail
-
doCreateElement
protected FollowElement doCreateElement()
- Specified by:
doCreateElementin classAbstractFollowElementFactory<FollowElement,LookAheadTerminal>
-
doCreateLookAheadTerminal
protected LookAheadTerminal doCreateLookAheadTerminal(org.antlr.runtime.Token token)
- Specified by:
doCreateLookAheadTerminalin classAbstractFollowElementFactory<FollowElement,LookAheadTerminal>
-
-