jaxp/src/com/sun/org/apache/bcel/internal/util/package.html
author martin
Tue, 26 Mar 2013 13:36:51 -0700
changeset 16714 cb235d5f8bd4
parent 12457 c348e06f0e82
permissions -rw-r--r--
8010316: Improve handling of char sequences containing surrogates Summary: Fix and optimize codePointAt, codePointBefore and similar methods Reviewed-by: sherman, okutsu, ulfzibis, kizune
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
7f561c08de6b Initial load
duke
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
7f561c08de6b Initial load
duke
parents:
diff changeset
     2
<html>
7f561c08de6b Initial load
duke
parents:
diff changeset
     3
<head>
7f561c08de6b Initial load
duke
parents:
diff changeset
     4
<!--
7f561c08de6b Initial load
duke
parents:
diff changeset
     5
$Id: package.html,v 1.1.2.1 2005/07/31 23:46:57 jeffsuttor Exp $
7f561c08de6b Initial load
duke
parents:
diff changeset
     6
-->
7f561c08de6b Initial load
duke
parents:
diff changeset
     7
</head>
7f561c08de6b Initial load
duke
parents:
diff changeset
     8
<body bgcolor="white">
7f561c08de6b Initial load
duke
parents:
diff changeset
     9
<p>
7f561c08de6b Initial load
duke
parents:
diff changeset
    10
This package contains utility classes for the
7f561c08de6b Initial load
duke
parents:
diff changeset
    11
<a href="http://jakarta.apache.org/bcel/">Byte Code Engineering
7f561c08de6b Initial load
duke
parents:
diff changeset
    12
Library</a>, namely:
7f561c08de6b Initial load
duke
parents:
diff changeset
    13
</p>
7f561c08de6b Initial load
duke
parents:
diff changeset
    14
<p>
7f561c08de6b Initial load
duke
parents:
diff changeset
    15
<ul>
7f561c08de6b Initial load
duke
parents:
diff changeset
    16
<li>Collection classes for JavaClass objects</li>
7f561c08de6b Initial load
duke
parents:
diff changeset
    17
<li>A converter for class files to HTML</li>
7f561c08de6b Initial load
duke
parents:
diff changeset
    18
<li>A tool to find instructions patterns via regular expressions</li>
7f561c08de6b Initial load
duke
parents:
diff changeset
    19
<li>A class to find classes as defined in the CLASSPATH</li>
7f561c08de6b Initial load
duke
parents:
diff changeset
    20
<li>A class loader that allows to create clases at run time</li>
7f561c08de6b Initial load
duke
parents:
diff changeset
    21
</ul>
7f561c08de6b Initial load
duke
parents:
diff changeset
    22
7f561c08de6b Initial load
duke
parents:
diff changeset
    23
</p>
7f561c08de6b Initial load
duke
parents:
diff changeset
    24
</body>
7f561c08de6b Initial load
duke
parents:
diff changeset
    25
</html>