Rule implementation that saves a parameter for use by a surrounding CallMethodRule.
This parameter may be:
an arbitrary Object defined programatically, assigned when the element pattern associated with the Rule is matched. See {@link #ObjectParamRule(int paramIndex,Object param)}.
an arbitrary Object defined programatically, assigned if the element pattern AND specified attribute name are matched. See {@link #ObjectParamRule(int paramIndex,String attributeName,Object param)}.
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.