org.eclipse.xtend.ide.contentassist.antlr
Class PartialXtendContentAssistParser

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser
      extended by org.eclipse.xtend.ide.contentassist.antlr.XtendParser
          extended by org.eclipse.xtend.ide.contentassist.antlr.PartialXtendContentAssistParser
All Implemented Interfaces:
IPartialContentAssistParser, IContentAssistParser

public class PartialXtendContentAssistParser
extends XtendParser
implements IPartialContentAssistParser

Author:
Sebastian Zarnekow - Initial contribution and API

Constructor Summary
PartialXtendContentAssistParser()
           
 
Method Summary
protected  java.util.Collection<FollowElement> getFollowElements(AbstractInternalContentAssistParser parser)
           
 void initializeFor(AbstractRule rule)
           
 
Methods inherited from class org.eclipse.xtend.ide.contentassist.antlr.XtendParser
createParser, getGrammarAccess, getInitialHiddenTokens, getRuleName, setGrammarAccess
 
Methods inherited from class org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser
createLexer, getFollowElements, getUnorderedGroupHelper, setUnorderedGroupHelper
 
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.ui.editor.contentassist.antlr.IContentAssistParser
getFollowElements
 

Constructor Detail

PartialXtendContentAssistParser

public PartialXtendContentAssistParser()
Method Detail

initializeFor

public void initializeFor(AbstractRule rule)
Specified by:
initializeFor in interface IPartialContentAssistParser

getFollowElements

protected java.util.Collection<FollowElement> getFollowElements(AbstractInternalContentAssistParser parser)
Specified by:
getFollowElements in interface IContentAssistParser
Overrides:
getFollowElements in class XtendParser