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

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

public class MethodCall
extends java.lang.Object

Representation of a method call in the tree.


Method Summary
 java.util.List<java.lang.Object> getArgs()
          Returns the argument list.
 Identifier getItem()
          Returns the item, on which the method is invoked.
 java.lang.String getMethodName()
          Returns the method name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getItem

public Identifier getItem()
Returns the item, on which the method is invoked.

Returns:
The item, on which the method is invoked.

getMethodName

public java.lang.String getMethodName()
Returns the method name.

Returns:
The method name.

getArgs

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

Returns:
The argument list.


Copyright © 2009-2010. All Rights Reserved.