Lines Matching full:bytecode
21 <ul>1. <a href="#read">Reading and writing bytecode</a>
25 <br>5. <a href="tutorial3.html#intro">Bytecode level API</a>
34 <h2>1. Reading and writing bytecode</h2>
36 <p>Javassist is a class library for dealing with Java bytecode.
37 Java bytecode is stored in a binary file called a class file.
53 controls bytecode modification with Javassist. The
93 modified bytecode. To obtain the bytecode, call <code>toBytecode()</code>:
169 <code>CtClass</code> object is pruned, the bytecode of a method is not
556 Javassist can be used with a class loader so that bytecode can be
987 * The bytecode for that class can be modified.