local.tomas.expr
Class CurrentDateFunctionTerm
java.lang.Object
local.tomas.expr.FunctionCall
local.tomas.expr.CurrentDateFunctionTerm
- All Implemented Interfaces:
- Serializable, Expression
public class CurrentDateFunctionTerm
- extends FunctionCall
- implements Expression
This class defines a current date function term within an expression.
- Author:
- Teubner
- See Also:
- Serialized Form
CurrentDateFunctionTerm
public CurrentDateFunctionTerm()
- Default constructor.
greet
public <E,F> E greet(ExpressionWalker<E,F> visitor,
F arg)
throws ExpressionException
- Description copied from interface:
Expression
- Handle visit of ExpressionWalker.
- Specified by:
greet in interface Expression
- Parameters:
visitor - the ExpressionWalker visiting this objectarg - implementation dependent argument
- Returns:
- implementation dependent result
- Throws:
ExpressionException
Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.