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

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

public class CodetemplatesParser
extends AbstractContentAssistParser


Constructor Summary
CodetemplatesParser()
           
 
Method Summary
protected  org.eclipse.xtext.ui.codetemplates.ui.contentassist.antlr.internal.InternalCodetemplatesParser createParser()
           
protected  java.util.Collection<FollowElement> getFollowElements(AbstractInternalContentAssistParser parser)
           
 CodetemplatesGrammarAccess getGrammarAccess()
           
protected  java.lang.String[] getInitialHiddenTokens()
           
protected  java.lang.String getRuleName(AbstractElement element)
           
 void setGrammarAccess(CodetemplatesGrammarAccess grammarAccess)
           
 
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
 

Constructor Detail

CodetemplatesParser

public CodetemplatesParser()
Method Detail

createParser

protected org.eclipse.xtext.ui.codetemplates.ui.contentassist.antlr.internal.InternalCodetemplatesParser createParser()
Specified by:
createParser in class AbstractContentAssistParser

getRuleName

protected java.lang.String getRuleName(AbstractElement element)
Specified by:
getRuleName in class AbstractContentAssistParser

getFollowElements

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

getInitialHiddenTokens

protected java.lang.String[] getInitialHiddenTokens()
Specified by:
getInitialHiddenTokens in class AbstractContentAssistParser

getGrammarAccess

public CodetemplatesGrammarAccess getGrammarAccess()

setGrammarAccess

public void setGrammarAccess(CodetemplatesGrammarAccess grammarAccess)