Class DoubleLiteralNode

  • All Implemented Interfaces:
    AliasableNode

    public class DoubleLiteralNode
    extends LiteralNode
    INTERNAL

    Purpose: Represent a double literal in EJBQL

    Responsibilities:

    • Generate the correct expression for the double literal
    Since:
    TopLink 4.0
    Author:
    Jon Driscoll and Joel Lucuik
    • Constructor Detail

      • DoubleLiteralNode

        public DoubleLiteralNode()
      • DoubleLiteralNode

        public DoubleLiteralNode​(Double newDouble)
    • Method Detail

      • validate

        public void validate​(ParseTreeContext context)
        INTERNAL Validate the current node and calculate its type.
        Overrides:
        validate in class Node