de.cau.cs.kieler.core.annotations.parser.antlr
Class AnnotationsParser

java.lang.Object
  extended by org.eclipse.xtext.parser.AbstractParser
      extended by org.eclipse.xtext.parser.antlr.AbstractAntlrParser
          extended by de.cau.cs.kieler.core.annotations.parser.antlr.AnnotationsParser
All Implemented Interfaces:
org.eclipse.xtext.parser.antlr.IAntlrParser, org.eclipse.xtext.parser.IParser

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

AnnotationsParser

public AnnotationsParser()
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 InternalAnnotationsParser 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 AnnotationsGrammarAccess getGrammarAccess()

setGrammarAccess

public void setGrammarAccess(AnnotationsGrammarAccess grammarAccess)