aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java/proguard/proguard5.3.3/src/proguard/classfile/package.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/java/proguard/proguard5.3.3/src/proguard/classfile/package.html')
-rw-r--r--third_party/java/proguard/proguard5.3.3/src/proguard/classfile/package.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/third_party/java/proguard/proguard5.3.3/src/proguard/classfile/package.html b/third_party/java/proguard/proguard5.3.3/src/proguard/classfile/package.html
new file mode 100644
index 0000000000..9a68094a6a
--- /dev/null
+++ b/third_party/java/proguard/proguard5.3.3/src/proguard/classfile/package.html
@@ -0,0 +1,15 @@
+<body>
+This package contains classes to represent the various elements of class files.
+<p>
+A class file is represented by the <code>{@link proguard.classfile.Clazz
+Clazz}</code> interface. This interface currently has two alternative
+representations:
+<ul>
+<li><code>{@link ProgramClass ProgramClass}</code>:
+ a complete representation that can be read, modified, and written back.
+<li><code>{@link LibraryClass LibraryClass}</code>:
+ an incomplete representation that can be only be read. It is however
+ more compact than <code>ProgramClass</code>, and sufficient for
+ analyzing class files from library jars.
+</ul>
+</body>