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
  • Constructor Details

    • IntegerLiteralNode

      public IntegerLiteralNode()
      IntegerLiteralNode constructor comment.
    • IntegerLiteralNode

      public IntegerLiteralNode(Integer newInteger)
      IntegerLiteralNode constructor comment.
  • Method Details

    • validate

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