de.cau.cs.kieler.synccharts.labelparser.parser.antlr
Class ActionLabelParser

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

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

Rating red

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

ActionLabelParser

public ActionLabelParser()
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 InternalActionLabelParser 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 ActionLabelGrammarAccess getGrammarAccess()

setGrammarAccess

public void setGrammarAccess(ActionLabelGrammarAccess grammarAccess)