org.eclipse.xtext.xtend2.ui.contentassist.antlr
Class Xtend2Parser

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

public class Xtend2Parser
extends AbstractContentAssistParser


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

Xtend2Parser

public Xtend2Parser()
Method Detail

createParser

protected org.eclipse.xtext.xtend2.ui.contentassist.antlr.internal.InternalXtend2Parser 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 Xtend2GrammarAccess getGrammarAccess()

setGrammarAccess

public void setGrammarAccess(Xtend2GrammarAccess grammarAccess)