All Implemented Interfaces:
BoxVisitable

public class SQLNullLiteral extends SQLExpression
Abstract Node class representing SQL null
  • Constructor Details

    • SQLNullLiteral

      public SQLNullLiteral(Position position, String sourceText)
      Constructor
      Parameters:
      position - position of the statement in the source code
      sourceText - source code of the statement
  • Method Details