Home | History | Annotate | Download | only in tutorial

Lines Matching full:defrost

145 <p>A frozen <code>CtClass</code> can be defrost so that
152 cc.defrost();
156 <p>After <code>defrost()</code> is called, the <code>CtClass</code>
171 The pruned <code>CtClass</code> object cannot be defrost again.
186 Thus it can be defrost after <code>writeFile()</code> is called.