aboutsummaryrefslogtreecommitdiffstats
path: root/doc/jcgp/backend/function/Function.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/jcgp/backend/function/Function.html')
-rw-r--r--doc/jcgp/backend/function/Function.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/jcgp/backend/function/Function.html b/doc/jcgp/backend/function/Function.html
index 2dff53f..07e1d72 100644
--- a/doc/jcgp/backend/function/Function.html
+++ b/doc/jcgp/backend/function/Function.html
@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_05) on Mon May 12 23:05:45 BST 2014 -->
+<!-- Generated by javadoc (1.8.0_05) on Thu May 22 06:02:33 BST 2014 -->
<title>Function</title>
-<meta name="date" content="2014-05-12">
+<meta name="date" content="2014-05-22">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -165,7 +165,7 @@ extends java.lang.Object</pre>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>abstract java.lang.Object</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../jcgp/backend/function/Function.html#run-java.lang.Object...-">run</a></span>(java.lang.Object...&nbsp;args)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../jcgp/backend/function/Function.html#run-java.lang.Object...-">run</a></span>(java.lang.Object...&nbsp;arguments)</code>
<div class="block">Executes the function.</div>
</td>
</tr>
@@ -214,11 +214,11 @@ extends java.lang.Object</pre>
<ul class="blockList">
<li class="blockList">
<h4>run</h4>
-<pre>public abstract&nbsp;java.lang.Object&nbsp;run(java.lang.Object...&nbsp;args)</pre>
+<pre>public abstract&nbsp;java.lang.Object&nbsp;run(java.lang.Object...&nbsp;arguments)</pre>
<div class="block">Executes the function.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>args</code> - the function arguments.</dd>
+<dd><code>arguments</code> - the function arguments.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the function result.</dd>
</dl>