| Paketname | libjavassist-java-doc |
| Beschreibung | library for editing bytecodes in Java -- documentation |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
| Version | 1:3.11-1ubuntu1 |
| Sektion | doc |
| Priorität | optional |
| Installierte Größe | 6820 Byte |
| Hängt ab von | |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu Developers |
| Quelle | javassist |
| Paketgröße | 421148 Byte |
| Prüfsumme MD5 | ef7573a45750875909ab4c033888b99e |
| Prüfsumme SHA1 | e0dc88b2883527a26140bb6c1e47cbcf3fc4a7fb |
| Prüfsumme SHA256 | 1b4f596b4aeaf3185b64ab059d49601cccc3c73cd385406de307f9f9bb51020b |
| Link zum Herunterladen | libjavassist-java-doc_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.
.
This package includes the documentation.
|