Package org.tod.meta.steps

Examples of org.tod.meta.steps.MethodCallStep.addParameter()


       
        // Set up the parameters.
        Object[] arguments = event.getArguments();
        for (int i = 0; i < arguments.length; i++) {
            Object arg = arguments[i];
            s.addParameter(MirrorFactory.instanceFromTOD(session, arg, calledBehavior.getArgumentTypes()[i].getJvmName()));
        }
       
        return s;
    }
   
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.