de.odysseus.el.misc
Interface MethodInvocation


public interface MethodInvocation

Method invocation interface.

Author:
Christoph Beck

Method Summary
 java.lang.String getName()
          Get the method name
 int getParamCount()
          Get the number of arguments in this method invocation
 boolean isVarArgs()
           
 

Method Detail

getName

java.lang.String getName()
Get the method name


getParamCount

int getParamCount()
Get the number of arguments in this method invocation


isVarArgs

boolean isVarArgs()
Returns:
true if this node supports varargs.

Copyright © 2006-2009 Odysseus Software GmbH.