Paketname | libjavassist-java |
Beschreibung | library for editing bytecodes in Java |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 1:3.11-1ubuntu1 |
Sektion | libs |
Priorität | optional |
Installierte Größe | 640 Byte |
Hängt ab von | default-jre-headless | java5-runtime-headless |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | javassist |
Paketgröße | 580052 Byte |
Prüfsumme MD5 | 09ad8a5bb0a17bb61253a97dd928b9d9 |
Prüfsumme SHA1 | c1c80f13aef343b86b22f3a252e74c40201c603d |
Prüfsumme SHA256 | 9a0d60befadda94758368379f023e20999481a1da0d898d4a6e92b32c53b4987 |
Link zum Herunterladen | libjavassist-java_3.11-1ubuntu1_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.
|