local.tomas.expr
Class FunctionCall
java.lang.Object
local.tomas.expr.FunctionCall
- All Implemented Interfaces:
- Serializable, Expression
- Direct Known Subclasses:
- CurrentDateFunctionTerm, ReplaceFunctionTerm, SubstrFunctionTerm
public abstract class FunctionCall
- extends Object
- implements Expression
Definition of a function call.
- Author:
- Teubner
- See Also:
- Serialized Form
|
Constructor Summary |
protected |
FunctionCall()
Default constructor. |
FunctionCall
protected FunctionCall()
- Default constructor.
getArguments
public List<Expression> getArguments()
- Get list of arguments.
- Returns:
- list of Expression objects.
addArgument
public void addArgument(Expression arg)
- Add argument.
- Parameters:
arg - next argument
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.