de.cau.cs.kieler.synccharts.text.kitsState.parser.antlr
Class KitsStateParser

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

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

KitsStateParser

public KitsStateParser()
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 InternalKitsStateParser 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 KitsStateGrammarAccess getGrammarAccess()

setGrammarAccess

public void setGrammarAccess(KitsStateGrammarAccess grammarAccess)