Class CustomQlParser

java.lang.Object
org.eclipse.xtext.parser.AbstractParser
org.eclipse.xtext.parser.antlr.AbstractAntlrParser
com._1c.g5.v8.dt.ql.parser.antlr.QlParser
com._1c.g5.v8.dt.ql.parser.antlr.CustomQlParser
All Implemented Interfaces:
org.eclipse.xtext.parser.IParser

public class CustomQlParser extends QlParser
Special parser for Ql language with improved syntax error messages
  • 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
    protected com._1c.g5.v8.dt.ql.parser.antlr.internal.InternalQlParser
    createParser(org.eclipse.xtext.parser.antlr.XtextTokenStream stream)
     

    Methods inherited from class com._1c.g5.v8.dt.ql.parser.antlr.QlParser

    getDefaultRuleName, getGrammarAccess, setGrammarAccess, setInitialHiddenTokens

    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

    • CustomQlParser

      public CustomQlParser()
  • Method Details

    • createParser

      protected com._1c.g5.v8.dt.ql.parser.antlr.internal.InternalQlParser createParser(org.eclipse.xtext.parser.antlr.XtextTokenStream stream)
      Overrides:
      createParser in class QlParser