org.eclipse.etrice.core.ui.contentassist.antlr
Class PartialConfigContentAssistParser

java.lang.Object
  extended by AbstractContentAssistParser
      extended by org.eclipse.etrice.core.ui.contentassist.antlr.ConfigParser
          extended by org.eclipse.etrice.core.ui.contentassist.antlr.PartialConfigContentAssistParser

public class PartialConfigContentAssistParser
extends ConfigParser

Author:
Sebastian Zarnekow - Initial contribution and API

Constructor Summary
PartialConfigContentAssistParser()
           
 
Method Summary
protected  java.util.Collection<FollowElement> getFollowElements(AbstractInternalContentAssistParser parser)
           
 void initializeFor(AbstractRule rule)
           
 
Methods inherited from class org.eclipse.etrice.core.ui.contentassist.antlr.ConfigParser
createParser, getGrammarAccess, getInitialHiddenTokens, getRuleName, setGrammarAccess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartialConfigContentAssistParser

public PartialConfigContentAssistParser()
Method Detail

initializeFor

public void initializeFor(AbstractRule rule)

getFollowElements

protected java.util.Collection<FollowElement> getFollowElements(AbstractInternalContentAssistParser parser)
Overrides:
getFollowElements in class ConfigParser