com.satline.expr
Class FunctionCall

java.lang.Object
  extended by com.satline.expr.FunctionCall
All Implemented Interfaces:
Expression, java.io.Serializable
Direct Known Subclasses:
CurrentDateFunctionTerm, ReplaceFunctionTerm, SubstrFunctionTerm

public abstract class FunctionCall
extends java.lang.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(java.lang.Object obj)
           
 java.util.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 com.satline.expr.Expression
greet
 

Constructor Detail

FunctionCall

protected FunctionCall()
Default constructor.

Method Detail

getArguments

public java.util.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(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2007 null. All Rights Reserved.