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