HomeSort by relevance Sort by last modified time
    Searched full:cflow (Results 1 - 10 of 10) sorted by null

  /external/javassist/src/main/javassist/runtime/
Cflow.java 19 * A support class for implementing <code>$cflow</code>.
21 * only if <code>$cflow</code> is used.
25 public class Cflow extends ThreadLocal {
  /external/javassist/src/main/javassist/compiler/
JvstCodeGen.java 41 public static final String cflowName = "$cflow";
227 * $proceed(). It may process $cflow().
246 /* To support $cflow().
260 "Ljavassist/runtime/Cflow;");
261 bytecode.addInvokevirtual("javassist.runtime.Cflow",
270 * <cflow> : $cflow '(' <cflow name> ')'
271 * <cflow name> : <identifier> ('.' <identifier>)*
JvstTypeChecker.java 138 * $proceed(). It may process $cflow().
159 /* To support $cflow().
  /external/javassist/src/main/javassist/
ClassPool.java 143 * Table of registered cflow variables.
145 private Hashtable cflow = null; // should be synchronous. field in class:ClassPool
190 this.cflow = null;
341 * Records the <code>$cflow</code> variable for the field specified
349 if (cflow == null)
350 cflow = new Hashtable();
352 cflow.put(name, new Object[] { cname, fname });
358 * @param name the name of <code>$cflow</code> variable
361 if (cflow == null)
362 cflow = new Hashtable()
    [all...]
CtBehavior.java 480 * Declares to use <code>$cflow</code> for this method/constructor.
481 * If <code>$cflow</code> is used, the class files modified
483 * <code>javassist.runtime.Cflow</code> at runtime
486 * <p>Every <code>$cflow</code> variable is given a unique name.
488 * then the variable is indicated by <code>$cflow(Point.paint)</code>.
490 * @param name <code>$cflow</code> name. It can include
494 * @see javassist.runtime.Cflow
514 CtClass type = pool.get("javassist.runtime.Cflow");
    [all...]
  /external/javassist/tutorial/
tutorial2.html 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)
    [all...]
  /external/bison/
ABOUT-NLS 205 cflow | |
389 cflow | [] [] [] |
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
ABOUT-NLS 205 cflow | [] |
374 cflow | [] |
    [all...]
  /external/elfutils/0.153/
ABOUT-NLS 205 cflow | [] |
374 cflow | [] |
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
ABOUT-NLS 204 cflow | [] |
382 cflow | |
    [all...]

Completed in 367 milliseconds