Searched defs:used (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/query/jqlc/
H A DVariableTable.java74 * - used: the variable is used
86 Set used; field in class:VariableTable.VarInfo
106 this.used = new HashSet();
114 this.used = new HashSet(other.used);
167 * Mark the specified variable as used.
178 entry.used.add(variable);
226 if ((info.constraint == null) && (info.used.size() == 0))
229 info.used
[all...]
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/
H A DCodeAttribute.java59 /* The maximum number of stack entries used by this method */
62 /* The maximum number of local variables used by this method */
80 /* The method environment used for decompiling this code attribute */
87 * Return the maximum number of stack entries used by this method
95 * Set the maximum number of stack entries used by this method
97 public void setStackUsed(int used) { argument
99 maxStack = used;
103 * Return the maximum number of local variables used by this method
111 * Set the maximum number of local variables used by this method
113 public void setLocalsUsed(int used) { argument
[all...]

Completed in 20 milliseconds