org.eclipse.xtext.ui.codetemplates.ui.contentassist.antlr
Class PartialCodetemplatesContentAssistParser

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

public class PartialCodetemplatesContentAssistParser
extends CodetemplatesParser
implements IPartialContentAssistParser

Author:
Sebastian Zarnekow - Initial contribution and API

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

Constructor Detail

PartialCodetemplatesContentAssistParser

public PartialCodetemplatesContentAssistParser()
Method Detail

initializeFor

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

getFollowElements

protected java.util.Collection<FollowElement> getFollowElements(org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser parser)
Overrides:
getFollowElements in class CodetemplatesParser