| Paketname | libjavassist-java-doc |
| Beschreibung | library for editing bytecodes in Java -- documentation |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 1:3.12-2 |
| Sektion | doc |
| Priorität | optional |
| Installierte Größe | 7032 Byte |
| Hängt ab von | |
| Empfohlene Pakete | |
| Paketbetreuer | Debian Java Maintainers |
| Quelle | javassist |
| Paketgröße | 449208 Byte |
| Prüfsumme MD5 | 241649584e23c50eeff4336a151cb383 |
| Prüfsumme SHA1 | ba2063f59fb8330171938c179b8a440ab3d77bfb |
| Prüfsumme SHA256 | 998bd9097f4533235817e5e09372f386536dc52fb2d3086ae7d12905f2a0b977 |
| Link zum Herunterladen | libjavassist-java-doc_3.12-2_all.deb |
| Ausführliche Beschreibung | This library makes Java bytecode manipulation simple. It enables Java
programs to define a new class at runtime and to modify a class file
when the JVM loads it.
.
Unlike other bytecode editors, Javassist provides two levels of API:
source level and bytecode level. With the source-level API, users can
edit a class file without knowledge of the specifications of the Java
bytecode. You can even specify inserted bytecode in the form of source
text; Javassist compiles it on the fly. On the other hand, the
bytecode-level API allows the users to directly edit a class file as
other editors.
.
This package includes the documentation.
|