de.cau.cs.kieler.synccharts.text.interfaces.parser.antlr
Class InterfacesParser

java.lang.Object
  extended by org.eclipse.xtext.parser.AbstractParser
      extended by org.eclipse.xtext.parser.antlr.AbstractAntlrParser
          extended by de.cau.cs.kieler.synccharts.text.interfaces.parser.antlr.InterfacesParser
All Implemented Interfaces:
org.eclipse.xtext.parser.antlr.IAntlrParser, org.eclipse.xtext.parser.IParser

public class InterfacesParser
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
InterfacesParser()
           
 
Method Summary
protected  InternalInterfacesParser createParser(org.eclipse.xtext.parser.antlr.XtextTokenStream stream)
           
protected  String getDefaultRuleName()
           
 InterfacesGrammarAccess getGrammarAccess()
           
protected  org.eclipse.xtext.parser.IParseResult parse(String ruleName, org.antlr.runtime.CharStream in)
           
 void setGrammarAccess(InterfacesGrammarAccess 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

InterfacesParser

public InterfacesParser()
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 InternalInterfacesParser 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 InterfacesGrammarAccess getGrammarAccess()

setGrammarAccess

public void setGrammarAccess(InterfacesGrammarAccess grammarAccess)