Home | History | Annotate | Download | only in tutorial

Lines Matching full:cflow

211 <td><code>$cflow(</code>...<code>)</code></td>
212 <td><code>cflow</code> variable</td>
361 <h4>$cflow</h4>
363 <p><code>$cflow</code> means "control flow".
377 <p>To use <code>$cflow</code>, first declare that <code>$cflow</code>
384 declared <code>$cflow</code> variable. Any valid Java name can be
389 <p>Then, <code>$cflow(fact)</code> represents the depth of the
391 of <code>$cflow(fact)</code> is 0 (zero) when the method is
396 cm.insertBefore("if ($cflow(fact) == 0)"
401 parameter. Since the value of <code>$cflow(fact)</code> is checked,
405 <p>The value of <code>$cflow</code> is the number of stack frames
408 stack frame for the current thread. <code>$cflow</code> is also
589 <td><code>$cflow(</code>...<code>)</code></td>
590 <td><code>cflow</code> variable</td>