org.boris.xlloop.reflect
Class OverloadedMethod

java.lang.Object
  extended by org.boris.xlloop.reflect.OverloadedMethod
All Implemented Interfaces:
IFunction

public class OverloadedMethod
extends java.lang.Object
implements IFunction


Constructor Summary
OverloadedMethod()
           
 
Method Summary
 void add(org.boris.xlloop.reflect.InstanceMethod m)
           
 XLoper execute(IFunctionContext context, XLoper[] args)
           
 org.boris.xlloop.reflect.InstanceMethod getFirstMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverloadedMethod

public OverloadedMethod()
Method Detail

add

public void add(org.boris.xlloop.reflect.InstanceMethod m)

execute

public XLoper execute(IFunctionContext context,
                      XLoper[] args)
               throws RequestException
Specified by:
execute in interface IFunction
Throws:
RequestException

getFirstMethod

public org.boris.xlloop.reflect.InstanceMethod getFirstMethod()