Class BooleanLiteralNode

  • All Implemented Interfaces:
    AliasableNode

    public class BooleanLiteralNode
    extends LiteralNode
    INTERNAL

    Purpose: Represent an BOOLEAN in EJBQL

    Responsibilities:

    • Generate the correct expression for an AND in EJBQL
    Since:
    TopLink 4.0
    Author:
    Jon Driscoll and Joel Lucuik
    • Constructor Detail

      • BooleanLiteralNode

        public BooleanLiteralNode()
      • BooleanLiteralNode

        public BooleanLiteralNode​(Boolean thisBoolean)
      • BooleanLiteralNode

        public BooleanLiteralNode​(boolean thisBoolean)
    • Method Detail

      • validate

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