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

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser
      extended by org.eclipse.emf.mwe2.language.ui.contentassist.antlr.Mwe2Parser
          extended by org.eclipse.emf.mwe2.language.ui.contentassist.antlr.PartialMwe2ContentAssistParser
All Implemented Interfaces:
org.eclipse.xtext.ui.codetemplates.ui.partialEditing.IPartialContentAssistParser, org.eclipse.xtext.ui.editor.contentassist.antlr.IContentAssistParser

public class PartialMwe2ContentAssistParser
extends Mwe2Parser
implements org.eclipse.xtext.ui.codetemplates.ui.partialEditing.IPartialContentAssistParser

Author:
Sebastian Zarnekow - Initial contribution and API

Constructor Summary
PartialMwe2ContentAssistParser()
           
 
Method Summary
protected  java.util.Collection<org.eclipse.xtext.ui.editor.contentassist.antlr.FollowElement> getFollowElements(org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser parser)
           
 void initializeFor(org.eclipse.xtext.AbstractRule rule)
           
 
Methods inherited from class org.eclipse.emf.mwe2.language.ui.contentassist.antlr.Mwe2Parser
createParser, getGrammarAccess, getInitialHiddenTokens, getRuleName, setGrammarAccess
 
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
 
Methods inherited from interface org.eclipse.xtext.ui.editor.contentassist.antlr.IContentAssistParser
getFollowElements, getFollowElements
 

Constructor Detail

PartialMwe2ContentAssistParser

public PartialMwe2ContentAssistParser()
Method Detail

initializeFor

public void initializeFor(org.eclipse.xtext.AbstractRule rule)
Specified by:
initializeFor in interface org.eclipse.xtext.ui.codetemplates.ui.partialEditing.IPartialContentAssistParser

getFollowElements

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