org.eclipse.xtext.ui.codetemplates.parser.antlr
Class CodetemplatesParser

java.lang.Object
  extended by org.eclipse.xtext.parser.AbstractParser
      extended by org.eclipse.xtext.parser.antlr.AbstractAntlrParser
          extended by org.eclipse.xtext.ui.codetemplates.parser.antlr.CodetemplatesParser
All Implemented Interfaces:
IParser

public class CodetemplatesParser
extends AbstractAntlrParser


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.parser.IParser
IParser.NullImpl
 
Constructor Summary
CodetemplatesParser()
           
 
Method Summary
protected  org.eclipse.xtext.ui.codetemplates.parser.antlr.internal.InternalCodetemplatesParser createParser(XtextTokenStream stream)
           
protected  java.lang.String getDefaultRuleName()
           
 CodetemplatesGrammarAccess getGrammarAccess()
           
 void setGrammarAccess(CodetemplatesGrammarAccess grammarAccess)
           
protected  void setInitialHiddenTokens(XtextTokenStream tokenStream)
           
 
Methods inherited from class org.eclipse.xtext.parser.antlr.AbstractAntlrParser
createLexer, createTokenStream, doParse, doParse, doParse, doReparse, getElementFactory, getLexerProvider, getPartialParser, getSyntaxErrorProvider, getTokenDefProvider, getUnorderedGroupHelper, isReparseSupported, parse, parse, parse, setElementFactory, setLexerProvider, setPartialParser, setSyntaxErrorProvider, setTokenDefProvider, setUnorderedGroupHelper
 
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
 

Constructor Detail

CodetemplatesParser

public CodetemplatesParser()
Method Detail

setInitialHiddenTokens

protected void setInitialHiddenTokens(XtextTokenStream tokenStream)
Overrides:
setInitialHiddenTokens in class AbstractAntlrParser

createParser

protected org.eclipse.xtext.ui.codetemplates.parser.antlr.internal.InternalCodetemplatesParser createParser(XtextTokenStream stream)
Specified by:
createParser in class AbstractAntlrParser

getDefaultRuleName

protected java.lang.String getDefaultRuleName()
Specified by:
getDefaultRuleName in class AbstractAntlrParser

getGrammarAccess

public CodetemplatesGrammarAccess getGrammarAccess()

setGrammarAccess

public void setGrammarAccess(CodetemplatesGrammarAccess grammarAccess)