org.eclipse.emf.mwe2.language.ui.contentassist.antlr
Class Mwe2Parser

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser
      extended by org.eclipse.emf.mwe2.language.ui.contentassist.antlr.Mwe2Parser
All Implemented Interfaces:
org.eclipse.xtext.ui.editor.contentassist.antlr.IContentAssistParser
Direct Known Subclasses:
PartialMwe2ContentAssistParser

public class Mwe2Parser
extends org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser


Constructor Summary
Mwe2Parser()
           
 
Method Summary
protected  InternalMwe2Parser createParser()
           
protected  java.util.Collection<org.eclipse.xtext.ui.editor.contentassist.antlr.FollowElement> getFollowElements(org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser parser)
           
 Mwe2GrammarAccess getGrammarAccess()
           
protected  java.lang.String[] getInitialHiddenTokens()
           
protected  java.lang.String getRuleName(org.eclipse.xtext.AbstractElement element)
           
 void setGrammarAccess(Mwe2GrammarAccess grammarAccess)
           
 
Methods inherited from class org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser
createLexer, createTokenSource, getFollowElements, getFollowElements, getRequiredRuleNameComputer, getUnorderedGroupHelper, setRequiredRuleNameComputer, setUnorderedGroupHelper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mwe2Parser

public Mwe2Parser()
Method Detail

createParser

protected InternalMwe2Parser createParser()
Specified by:
createParser in class org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser

getRuleName

protected java.lang.String getRuleName(org.eclipse.xtext.AbstractElement element)
Specified by:
getRuleName in class org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser

getFollowElements

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

getInitialHiddenTokens

protected java.lang.String[] getInitialHiddenTokens()
Specified by:
getInitialHiddenTokens in class org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser

getGrammarAccess

public Mwe2GrammarAccess getGrammarAccess()

setGrammarAccess

public void setGrammarAccess(Mwe2GrammarAccess grammarAccess)