java.lang.Object
org.eclipse.persistence.internal.jpa.parsing.Node
org.eclipse.persistence.internal.jpa.parsing.BinaryOperatorNode
Direct Known Subclasses:
DivideNode, EqualsAssignmentNode, EqualsNode, GreaterThanEqualToNode, GreaterThanNode, LessThanEqualToNode, LessThanNode, MemberOfNode, MinusNode, MultiplyNode, NotEqualsNode, PlusNode

public class BinaryOperatorNode extends Node
INTERNAL

Purpose: This is the superclass for all the binary operators in EJBQL

Responsibilities:

  • The expression generation is delegated to the subclasses
Since:
July 2003
  • Constructor Details

    • BinaryOperatorNode

      public BinaryOperatorNode()
  • Method Details

    • validate

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