DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibjavassist-java-doc
Beschreibunglibrary for editing bytecodes in Java -- documentation
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1:3.12-2
Sektiondoc
Prioritätoptional
Installierte Größe7032 Byte
Hängt ab von
Empfohlene Pakete
PaketbetreuerDebian Java Maintainers
Quellejavassist
Paketgröße449208 Byte
Prüfsumme MD5241649584e23c50eeff4336a151cb383
Prüfsumme SHA1ba2063f59fb8330171938c179b8a440ab3d77bfb
Prüfsumme SHA256998bd9097f4533235817e5e09372f386536dc52fb2d3086ae7d12905f2a0b977
Link zum Herunterladenlibjavassist-java-doc_3.12-2_all.deb
Ausführliche BeschreibungThis 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.


Impressum
Linux is a registered trademark of Linus Torvalds