Class BooleanLiteralExpr

    • Constructor Detail

      • BooleanLiteralExpr

        public BooleanLiteralExpr()
      • BooleanLiteralExpr

        public BooleanLiteralExpr​(boolean value)
      • BooleanLiteralExpr

        public BooleanLiteralExpr​(TokenRange tokenRange,
                                  boolean value)
        This constructor is used by the parser and is considered private.