org.eclipse.emf.ecore.xcore.parser.antlr
Class XcoreParser

java.lang.Object
  extended by org.eclipse.xtext.parser.AbstractParser
      extended by org.eclipse.xtext.parser.antlr.AbstractAntlrParser
          extended by org.eclipse.emf.ecore.xcore.parser.antlr.XcoreParser
All Implemented Interfaces:
org.eclipse.xtext.parser.IParser

public class XcoreParser
extends org.eclipse.xtext.parser.antlr.AbstractAntlrParser


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.parser.IParser
org.eclipse.xtext.parser.IParser.NullImpl
 
Constructor Summary
XcoreParser()
           
 
Method Summary
protected  InternalXcoreParser createParser(org.eclipse.xtext.parser.antlr.XtextTokenStream stream)
           
protected  java.lang.String getDefaultRuleName()
           
 XcoreGrammarAccess getGrammarAccess()
           
 void setGrammarAccess(XcoreGrammarAccess grammarAccess)
           
protected  void setInitialHiddenTokens(org.eclipse.xtext.parser.antlr.XtextTokenStream tokenStream)
           
 
Methods inherited from class org.eclipse.xtext.parser.antlr.AbstractAntlrParser
createLexer, createTokenStream, doParse, doParse, doParse, doReparse, getElementFactory, getLexerProvider, getPartialParser, getSyntaxErrorProvider, getTokenDefProvider, getUnorderedGroupHelper, isReparseSupported, parse, parse, parse, setElementFactory, setLexerProvider, setPartialParser, setSyntaxErrorProvider, setTokenDefProvider, setUnorderedGroupHelper
 
Methods inherited from class org.eclipse.xtext.parser.AbstractParser
parse, reparse
 
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

setInitialHiddenTokens

protected void setInitialHiddenTokens(org.eclipse.xtext.parser.antlr.XtextTokenStream tokenStream)
Overrides:
setInitialHiddenTokens in class org.eclipse.xtext.parser.antlr.AbstractAntlrParser

createParser

protected InternalXcoreParser createParser(org.eclipse.xtext.parser.antlr.XtextTokenStream stream)
Specified by:
createParser in class org.eclipse.xtext.parser.antlr.AbstractAntlrParser

getDefaultRuleName

protected java.lang.String getDefaultRuleName()
Specified by:
getDefaultRuleName in class org.eclipse.xtext.parser.antlr.AbstractAntlrParser

getGrammarAccess

public XcoreGrammarAccess getGrammarAccess()

setGrammarAccess

public void setGrammarAccess(XcoreGrammarAccess grammarAccess)

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