Class Ast.DateLiteral

java.lang.Object
net.hydromatic.filtex.ast.AstNode
net.hydromatic.filtex.ast.Ast.DateLiteral
Enclosing class:
Ast

public static class Ast.DateLiteral extends AstNode
Date literal.
  • Field Details

    • year

      public final int year
    • quarter

      public final @Nullable Integer quarter
    • month

      public final @Nullable Integer month
    • day

      public final @Nullable Integer day
  • Constructor Details

  • Method Details