Example #1
0
 /**
  * Add <code>[in]</code> parameter as <code>JIVariant</code> at the end of the Parameter list.
  *
  * @param value
  * @param FLAGS from JIFlags (if need be).
  */
 public void addInParamAsVariant(JIVariant value, int FLAGS) {
   insertInParamAsVariantAt(inParams.size(), value, FLAGS);
 }