Class FloatLiteralNode

  • All Implemented Interfaces:
    AliasableNode

    public class FloatLiteralNode
    extends LiteralNode
    INTERNAL

    Purpose: Represent a float literal in EJBQL

    Responsibilities:

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

      • FloatLiteralNode

        public FloatLiteralNode()
        FloatLiteralNode constructor comment.
      • FloatLiteralNode

        public FloatLiteralNode​(Object newFloat)
    • Method Detail

      • validate

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