Class DoubleLiteralExpr

    • Constructor Detail

      • DoubleLiteralExpr

        public DoubleLiteralExpr()
      • DoubleLiteralExpr

        public DoubleLiteralExpr​(String value)
      • DoubleLiteralExpr

        public DoubleLiteralExpr​(TokenRange tokenRange,
                                 String value)
        This constructor is used by the parser and is considered private.
      • DoubleLiteralExpr

        public DoubleLiteralExpr​(double value)