Class IntegerLiteralNode

  • All Implemented Interfaces:
    AliasableNode

    public class IntegerLiteralNode
    extends LiteralNode
    INTERNAL

    Purpose: Represent a Integer literal in EJBQL

    Responsibilities:

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

      • IntegerLiteralNode

        public IntegerLiteralNode()
        IntegerLiteralNode constructor comment.
      • IntegerLiteralNode

        public IntegerLiteralNode​(Integer newInteger)
        IntegerLiteralNode constructor comment.
    • Method Detail

      • validate

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