org.eclipse.xtext.ui.contentassist.antlr
Class PartialXtextContentAssistParser

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser
      extended by org.eclipse.xtext.ui.contentassist.antlr.XtextParser
          extended by org.eclipse.xtext.ui.contentassist.antlr.PartialXtextContentAssistParser
All Implemented Interfaces:
IPartialContentAssistParser, IContentAssistParser

public class PartialXtextContentAssistParser
extends XtextParser
implements IPartialContentAssistParser

Author:
Sebastian Zarnekow - Initial contribution and API

Constructor Summary
PartialXtextContentAssistParser()
           
 
Method Summary
protected  java.util.Collection<FollowElement> getFollowElements(AbstractInternalContentAssistParser parser)
           
 void initializeFor(AbstractRule rule)
           
 
Methods inherited from class org.eclipse.xtext.ui.contentassist.antlr.XtextParser
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

PartialXtextContentAssistParser

public PartialXtextContentAssistParser()
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 XtextParser