net.sf.csutils.core.query.tree
Class FunctionCall

java.lang.Object
  extended by net.sf.csutils.core.query.tree.FunctionCall

public class FunctionCall
extends java.lang.Object

Representation of a function call in the tree.


Method Summary
 java.util.List<java.lang.Object> getArgs()
          Returns the argument list.
 java.lang.String getFunctionName()
          Returns the functions name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFunctionName

public java.lang.String getFunctionName()
Returns the functions name.

Returns:
The functions name.

getArgs

public java.util.List<java.lang.Object> getArgs()
Returns the argument list.

Returns:
The argument list.


Copyright © 2009-2010. All Rights Reserved.