de.cau.cs.kieler.kiml.graphviz.dot.parser.antlr
Class GraphvizDotParser

java.lang.Object
  extended by org.eclipse.xtext.parser.AbstractParser
      extended by org.eclipse.xtext.parser.antlr.AbstractAntlrParser
          extended by de.cau.cs.kieler.kiml.graphviz.dot.parser.antlr.GraphvizDotParser
All Implemented Interfaces:
org.eclipse.xtext.parser.antlr.IAntlrParser, org.eclipse.xtext.parser.IParser

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

Rating red

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.parser.antlr.IAntlrParser
org.eclipse.xtext.parser.antlr.IAntlrParser.NullParser
 
Constructor Summary
GraphvizDotParser()
           
 
Method Summary
protected  InternalGraphvizDotParser createParser(org.eclipse.xtext.parser.antlr.XtextTokenStream stream)
           
protected  String getDefaultRuleName()
           
 GraphvizDotGrammarAccess getGrammarAccess()
           
protected  org.eclipse.xtext.parser.IParseResult parse(String ruleName, org.antlr.runtime.CharStream in)
           
 void setGrammarAccess(GraphvizDotGrammarAccess grammarAccess)
           
 
Methods inherited from class org.eclipse.xtext.parser.antlr.AbstractAntlrParser
createLexer, createTokenStream, doParse, doParse, doReparse, getElementFactory, getLexerProvider, getPartialParser, getSyntaxErrorProvider, getTokenDefProvider, getUnorderedGroupHelper, isReparseSupported, parse, parse, setElementFactory, setLexerProvider, setPartialParser, setSyntaxErrorProvider, setTokenDefProvider, setUnorderedGroupHelper
 
Methods inherited from class org.eclipse.xtext.parser.AbstractParser
getDefaultEncoding, parse, 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, parse, reparse
 

Constructor Detail

GraphvizDotParser

public GraphvizDotParser()
Method Detail

parse

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

createParser

protected InternalGraphvizDotParser 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 GraphvizDotGrammarAccess getGrammarAccess()

setGrammarAccess

public void setGrammarAccess(GraphvizDotGrammarAccess grammarAccess)