de.cau.cs.kieler.sim.esi.parser.antlr
Class EsiParser

java.lang.Object
  extended by org.eclipse.xtext.parser.AbstractParser<InputStream>
      extended by org.eclipse.xtext.parser.antlr.AbstractAntlrParser
          extended by de.cau.cs.kieler.sim.esi.parser.antlr.EsiParser
All Implemented Interfaces:
org.eclipse.xtext.parser.antlr.IAntlrParser, org.eclipse.xtext.parser.IParser

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

Rating red

Constructor Summary
EsiParser()
           
 
Method Summary
protected  InternalEsiParser createParser(org.eclipse.xtext.parser.antlr.XtextTokenStream stream)
           
protected  String getDefaultRuleName()
           
 EsiGrammarAccess getGrammarAccess()
           
protected  org.eclipse.xtext.parser.IParseResult parse(String ruleName, org.antlr.runtime.ANTLRInputStream in)
           
 void setGrammarAccess(EsiGrammarAccess grammarAccess)
           
 
Methods inherited from class org.eclipse.xtext.parser.antlr.AbstractAntlrParser
createLexer, createParseable, createParseable, createTokenStream, doParse, doReparse, getElementFactory, getLexerProvider, getPartialParser, getTokenDefProvider, isReparseSupported, parse, setElementFactory, setLexerProvider, setPartialParser, setTokenDefProvider
 
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
 
Methods inherited from interface org.eclipse.xtext.parser.IParser
parse, reparse
 

Constructor Detail

EsiParser

public EsiParser()
Method Detail

parse

protected org.eclipse.xtext.parser.IParseResult parse(String ruleName,
                                                      org.antlr.runtime.ANTLRInputStream in)
Specified by:
parse in class org.eclipse.xtext.parser.antlr.AbstractAntlrParser

createParser

protected InternalEsiParser createParser(org.eclipse.xtext.parser.antlr.XtextTokenStream stream)

getDefaultRuleName

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

getGrammarAccess

public EsiGrammarAccess getGrammarAccess()

setGrammarAccess

public void setGrammarAccess(EsiGrammarAccess grammarAccess)