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 Ubuntu Archiv lucid (main)
Version1:3.11-1ubuntu1
Sektiondoc
Prioritätoptional
Installierte Größe6820 Byte
Hängt ab von
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quellejavassist
Paketgröße421148 Byte
Prüfsumme MD5ef7573a45750875909ab4c033888b99e
Prüfsumme SHA1e0dc88b2883527a26140bb6c1e47cbcf3fc4a7fb
Prüfsumme SHA2561b4f596b4aeaf3185b64ab059d49601cccc3c73cd385406de307f9f9bb51020b
Link zum Herunterladenlibjavassist-java-doc_3.11-1ubuntu1_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