You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
599 B
23 lines
599 B
5 years ago
|
<html>
|
||
|
<body>
|
||
|
The Javassist Core API.
|
||
|
|
||
|
<p>Javassist (<i>Java</i> programming <i>assist</i>ant) makes bytecode
|
||
|
engineering simple. It is a class library for editing
|
||
|
bytecode in Java; it enables Java programs to define a new class at
|
||
|
runtime and to modify a given class file when the JVM loads it.
|
||
|
|
||
|
<p>The most significant class of this package is <code>CtClass</code>.
|
||
|
See the description of this class first.
|
||
|
|
||
|
<p>To know the version number of this package, type the following command:
|
||
|
|
||
|
<ul><pre>
|
||
|
java -jar javassist.jar
|
||
|
</pre></ul>
|
||
|
|
||
|
<p>It prints the version number on the console.
|
||
|
|
||
|
</body>
|
||
|
</html>
|