Lines Matching full:bytecode
14 <p>Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
18 bytecode editors, Javassist provides two levels of API: source level
19 and bytecode level. If the users use the source-level API, they can
21 bytecode. The whole API is designed with only the vocabulary of the
22 Java language. You can even specify inserted bytecode in the form of
24 bytecode-level API allows the users to directly edit a class file as
303 <li>Now javassist.bytecode.CodeIterator can insert a gap into
325 <li>A few bugs of javassist.bytecode.analysis have been fixed.
332 <li>javassist.bytecode.analysis was implemented.
417 <li>Annotations enhancements to javassist.bytecode.MethodInfo.
496 <li>javassist.bytecode.annotation has been added for meta tags.
498 <li>The methods declared in javassist.bytecode.InnerClassesAttribute
504 <li>javassist.bytecode.DeprecatedAttribute has been added.
505 <li>javassist.bytecode.LocalVariableAttribute has been added.
551 <li>Now javassist.bytecode.Bytecode allows more than 255 local
575 <li>Bugs in Bytecode.write() and read() have been fixed.
587 <li>A bug in javassist.bytecode.Bytecode.addInvokeinterface() has been
589 <li>In javassist.bytecode.Bytecode, addGetfield(), addGetstatic(),
602 <li>javassist.bytecode.Mnemonic has been added.
608 <li>The javassist.bytecode package has been provided. It is a
610 the users must have detailed knowledge of the Java bytecode.
666 <li>A bug crashed resulting bytecode if a class includes a private static
729 <p>Javassist, a Java-bytecode translator toolkit.