FileDocCategorySizeDatePackage
ArithmeticFunctionNode.javaAPI DocGlassfish v2 API2454Tue May 22 16:54:36 BST 2007oracle.toplink.essentials.internal.parsing

ArithmeticFunctionNode

public class ArithmeticFunctionNode extends FunctionalExpressionNode
INTERNAL

Purpose: This is the superclass for all the Arithmetic functions in EJBQL

Responsibilities:

  • None, subclasses do all the work
author
Jon Driscoll and Joel Lucuik
since
TopLink 4.0

Fields Summary
Constructors Summary
public ArithmeticFunctionNode()
ArithmeticFunctionNode constructor comment.

        super();
    
Methods Summary