Class ItemsParser

java.lang.Object
org.eclipse.xtext.parser.AbstractParser
org.eclipse.xtext.parser.antlr.AbstractAntlrParser
org.openhab.core.model.parser.antlr.ItemsParser
All Implemented Interfaces:
org.eclipse.xtext.parser.IParser

public class ItemsParser extends org.eclipse.xtext.parser.antlr.AbstractAntlrParser
  • Nested Class Summary Link icon

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

    org.eclipse.xtext.parser.IParser.NullImpl
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    protected org.openhab.core.model.parser.antlr.internal.InternalItemsParser
    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 Link icon

    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 Link icon

    parse, reparse

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details Link icon

    • ItemsParser Link icon

      public ItemsParser()
  • Method Details Link icon

    • setInitialHiddenTokens Link icon

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

      protected org.openhab.core.model.parser.antlr.internal.InternalItemsParser createParser(org.eclipse.xtext.parser.antlr.XtextTokenStream stream)
      Specified by:
      createParser in class org.eclipse.xtext.parser.antlr.AbstractAntlrParser
    • getDefaultRuleName Link icon

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

      public ItemsGrammarAccess getGrammarAccess()
    • setGrammarAccess Link icon

      public void setGrammarAccess(ItemsGrammarAccess grammarAccess)