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

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

public class SingleCodetemplateParser
extends AbstractContentAssistParser


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

SingleCodetemplateParser

public SingleCodetemplateParser()
Method Detail

createParser

protected org.eclipse.xtext.ui.codetemplates.ui.contentassist.antlr.internal.InternalSingleCodetemplateParser 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 SingleCodetemplateGrammarAccess getGrammarAccess()

setGrammarAccess

public void setGrammarAccess(SingleCodetemplateGrammarAccess grammarAccess)