Searched refs:cflow (Results 1 - 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/
H A DClassPool.java143 * 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
[all...]

Completed in 71 milliseconds