org.eclipse.xtext.xbase.annotations.ui.contentassist.antlr
Class XbaseWithAnnotationsParser

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser
      extended by org.eclipse.xtext.xbase.annotations.ui.contentassist.antlr.XbaseWithAnnotationsParser
All Implemented Interfaces:
IContentAssistParser

public class XbaseWithAnnotationsParser
extends AbstractContentAssistParser


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

Constructor Detail

XbaseWithAnnotationsParser

public XbaseWithAnnotationsParser()
Method Detail

createParser

protected org.eclipse.xtext.xbase.annotations.ui.contentassist.antlr.internal.InternalXbaseWithAnnotationsParser 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(org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser parser)
Specified by:
getFollowElements in class AbstractContentAssistParser

getInitialHiddenTokens

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

getGrammarAccess

public XbaseWithAnnotationsGrammarAccess getGrammarAccess()

setGrammarAccess

public void setGrammarAccess(XbaseWithAnnotationsGrammarAccess grammarAccess)