de.cau.cs.kieler.synccharts.text.kits.ui.contentassist.antlr
Class KitsParser

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser
      extended by de.cau.cs.kieler.synccharts.text.kits.ui.contentassist.antlr.KitsParser
All Implemented Interfaces:
org.eclipse.xtext.ui.editor.contentassist.antlr.IContentAssistParser

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

Rating red

Constructor Summary
KitsParser()
           
 
Method Summary
protected  InternalKitsParser createParser()
           
protected  Collection<org.eclipse.xtext.ui.editor.contentassist.antlr.FollowElement> getFollowElements(org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser parser)
           
 KitsGrammarAccess getGrammarAccess()
           
protected  String[] getInitialHiddenTokens()
           
protected  String getRuleName(org.eclipse.xtext.AbstractElement element)
           
 void setGrammarAccess(KitsGrammarAccess 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

KitsParser

public KitsParser()
Method Detail

createParser

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

getRuleName

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

getFollowElements

protected 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 String[] getInitialHiddenTokens()
Specified by:
getInitialHiddenTokens in class org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser

getGrammarAccess

public KitsGrammarAccess getGrammarAccess()

setGrammarAccess

public void setGrammarAccess(KitsGrammarAccess grammarAccess)