6
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
2 |
<html>
|
|
3 |
<head>
|
|
4 |
<!--
|
|
5 |
$Id: package.html,v 1.1.2.1 2005/07/31 23:46:57 jeffsuttor Exp $
|
|
6 |
-->
|
|
7 |
</head>
|
|
8 |
<body bgcolor="white">
|
|
9 |
<p>
|
|
10 |
This package contains utility classes for the
|
|
11 |
<a href="http://jakarta.apache.org/bcel/">Byte Code Engineering
|
|
12 |
Library</a>, namely:
|
|
13 |
</p>
|
|
14 |
<p>
|
|
15 |
<ul>
|
|
16 |
<li>Collection classes for JavaClass objects</li>
|
|
17 |
<li>A converter for class files to HTML</li>
|
|
18 |
<li>A tool to find instructions patterns via regular expressions</li>
|
|
19 |
<li>A class to find classes as defined in the CLASSPATH</li>
|
|
20 |
<li>A class loader that allows to create clases at run time</li>
|
|
21 |
</ul>
|
|
22 |
|
|
23 |
</p>
|
|
24 |
</body>
|
|
25 |
</html>
|