java.lang.Object
app.cash.sqldelight.dialects.sqlite_3_38.grammar.SqliteParser
All Implemented Interfaces:
com.intellij.lang.LightPsiParser, com.intellij.lang.PsiParser

public class SqliteParser extends Object implements com.intellij.lang.PsiParser, com.intellij.lang.LightPsiParser
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    extension_expr_real(com.intellij.lang.PsiBuilder builder_, int level_)
     
    static boolean
    json_binary_operator_real(com.intellij.lang.PsiBuilder builder_, int level_)
     
    static boolean
    json_expression_real(com.intellij.lang.PsiBuilder builder_, int level_)
     
    static boolean
    overrides_real(com.intellij.lang.PsiBuilder builder_, int level_)
     
    com.intellij.lang.ASTNode
    parse(com.intellij.psi.tree.IElementType root_, com.intellij.lang.PsiBuilder builder_)
     
    protected boolean
    parse_root_(com.intellij.psi.tree.IElementType root_, com.intellij.lang.PsiBuilder builder_)
     
    void
    parseLight(com.intellij.psi.tree.IElementType root_, com.intellij.lang.PsiBuilder builder_)
     

    Methods inherited from class java.lang.Object

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

    • SqliteParser

      public SqliteParser()
  • Method Details

    • parse

      public com.intellij.lang.ASTNode parse(com.intellij.psi.tree.IElementType root_, com.intellij.lang.PsiBuilder builder_)
      Specified by:
      parse in interface com.intellij.lang.PsiParser
    • parseLight

      public void parseLight(com.intellij.psi.tree.IElementType root_, com.intellij.lang.PsiBuilder builder_)
      Specified by:
      parseLight in interface com.intellij.lang.LightPsiParser
    • parse_root_

      protected boolean parse_root_(com.intellij.psi.tree.IElementType root_, com.intellij.lang.PsiBuilder builder_)
    • extension_expr_real

      public static boolean extension_expr_real(com.intellij.lang.PsiBuilder builder_, int level_)
    • json_binary_operator_real

      public static boolean json_binary_operator_real(com.intellij.lang.PsiBuilder builder_, int level_)
    • json_expression_real

      public static boolean json_expression_real(com.intellij.lang.PsiBuilder builder_, int level_)
    • overrides_real

      public static boolean overrides_real(com.intellij.lang.PsiBuilder builder_, int level_)