org.eclipse.ocl.examples.xtext.completeocl.ui.contentassist.antlr
Class CompleteOCLParser

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser
      extended by org.eclipse.ocl.examples.xtext.completeocl.ui.contentassist.antlr.CompleteOCLParser
All Implemented Interfaces:
org.eclipse.xtext.ui.editor.contentassist.antlr.IContentAssistParser

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


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

CompleteOCLParser

public CompleteOCLParser()
Method Detail

createParser

protected InternalCompleteOCLParser 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 CompleteOCLGrammarAccess getGrammarAccess()

setGrammarAccess

public void setGrammarAccess(CompleteOCLGrammarAccess grammarAccess)