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

/external/javassist/src/main/javassist/
H A DCtClass.java261 * @see #defrost()
270 * @see #defrost()
292 * <p>If <code>defrost()</code> will be called later, pruning
299 public void defrost() { method in class:CtClass
300 throw new RuntimeException("cannot defrost " + getName());
1359 defrost();
H A DCtClassType.java292 public void defrost() { method in class:CtClassType
293 checkPruned("defrost");

Completed in 63 milliseconds