common-util

local.tomas.expr
Class FunctionCall

java.lang.Object
  extended by 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.
 
Method Summary
 void addArgument(Expression arg)
          Add argument.
 boolean equals(Object obj)
           
 List<Expression> getArguments()
          Get list of arguments.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface local.tomas.expr.Expression
greet
 

Constructor Detail

FunctionCall

protected FunctionCall()
Default constructor.

Method Detail

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

common-util

Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.