org.eclipse.emf.ecore.xcore.ui.contentassist.antlr
Class XcoreParser

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser
      extended by org.eclipse.emf.ecore.xcore.ui.contentassist.antlr.XcoreParser
All Implemented Interfaces:
org.eclipse.xtext.ui.editor.contentassist.antlr.IContentAssistParser

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


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

XcoreParser

public XcoreParser()
Method Detail

createParser

protected InternalXcoreParser 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 XcoreGrammarAccess getGrammarAccess()

setGrammarAccess

public void setGrammarAccess(XcoreGrammarAccess grammarAccess)

Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.