|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.csutils.core.query.tree.MethodCall
public class MethodCall
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 |
|---|
public Identifier getItem()
public java.lang.String getMethodName()
public java.util.List<java.lang.Object> getArgs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||