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

/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/
H A DCodeAttribute.java71 private Insn theCode; field in class:CodeAttribute
131 public Insn theCode() { method in class:CodeAttribute
133 if (theCode == null && codeEnv != null) {
136 return theCode;
148 theCode = insn;
193 theCode = code;
279 Insn insn = theCode();
292 * theCode must be non-null.
295 Insn insn = theCode;
315 theCode
[all...]

Completed in 11 milliseconds