aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/package.html
blob: 9da3888a21851d012f543d9bd43a96b838864413 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<body>
Bytecode-level API.

<p>This package provides low-level API for editing a raw class file.
It allows the users to read and modify a constant pool entry, a single
bytecode instruction, and so on.

<p>The users of this package must know the specifications of
class file and Java bytecode.  For more details, read this book:

<ul>Tim Lindholm and Frank Yellin,
"The Java Virtual Machine Specification 2nd Ed.",
Addison-Wesley, 1999.
</ul>

</body>
</html>