Class TemplateLangParser

java.lang.Object
org.eclipse.xtext.parser.AbstractParser
org.eclipse.xtext.parser.antlr.AbstractAntlrParser
de.uni_hildesheim.sse.vil.templatelang.parser.antlr.TemplateLangParser
All Implemented Interfaces:
org.eclipse.xtext.parser.IParser

public class TemplateLangParser extends org.eclipse.xtext.parser.antlr.AbstractAntlrParser
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.xtext.parser.IParser

    org.eclipse.xtext.parser.IParser.NullImpl
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createParser(org.eclipse.xtext.parser.antlr.XtextTokenStream stream)
     
    protected String
     
     
    void
     
    protected void
    setInitialHiddenTokens(org.eclipse.xtext.parser.antlr.XtextTokenStream tokenStream)
     

    Methods inherited from class org.eclipse.xtext.parser.antlr.AbstractAntlrParser

    createLexer, createNodeModelBuilder, 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
  • Field Details

  • Constructor Details

    • TemplateLangParser

      public TemplateLangParser()
  • Method Details

    • setInitialHiddenTokens

      protected void setInitialHiddenTokens(org.eclipse.xtext.parser.antlr.XtextTokenStream tokenStream)
      Overrides:
      setInitialHiddenTokens in class org.eclipse.xtext.parser.antlr.AbstractAntlrParser
    • createParser

      protected InternalTemplateLangParser createParser(org.eclipse.xtext.parser.antlr.XtextTokenStream stream)
      Specified by:
      createParser in class org.eclipse.xtext.parser.antlr.AbstractAntlrParser
    • getDefaultRuleName

      protected String getDefaultRuleName()
      Specified by:
      getDefaultRuleName in class org.eclipse.xtext.parser.antlr.AbstractAntlrParser
    • getGrammarAccess

      public TemplateLangGrammarAccess getGrammarAccess()
    • setGrammarAccess

      public void setGrammarAccess(TemplateLangGrammarAccess grammarAccess)