de.cau.cs.kieler.kiml.graphviz.parser.antlr
Class DotParser

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.kiml.graphviz.parser.antlr.DotParser
All Implemented Interfaces:
org.eclipse.xtext.parser.antlr.IAntlrParser, org.eclipse.xtext.parser.IParser

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

Rating red

Constructor Summary
DotParser()
           
 
Method Summary
protected  InternalDotParser createParser(org.eclipse.xtext.parser.antlr.XtextTokenStream stream)
           
protected  String getDefaultRuleName()
           
 DotGrammarAccess getGrammarAccess()
           
protected  org.eclipse.xtext.parser.IParseResult parse(String ruleName, org.antlr.runtime.ANTLRInputStream in)
           
 void setGrammarAccess(DotGrammarAccess 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

DotParser

public DotParser()
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 InternalDotParser 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 DotGrammarAccess getGrammarAccess()

setGrammarAccess

public void setGrammarAccess(DotGrammarAccess grammarAccess)