Java API by
Zvi Har’El

Package cf

Java class file manipulation package.

See:
          Description

Interface Summary
JVM The interface JVM defines all the symbolic constants involved in the Java class file.
 

Class Summary
ClassFile An instance of class ClassFile is an in-core representation of a Java class file.
ClassFile.ByteArray An instance of the inner class ByteArray is an immutable wrapper to a byte[] object.
CodeAttribute An instance of class CodeAttribute is an in-core representation of a “Code” attribute of a method.
HelloWorld Says “Hello World” by creating a class on-the-fly.
HelloWorld.Loader A minimal class loader.
MemberInfo An instance of the class MemberInfo is an in-core representaion of a class member, that is, of a method or a field.
Obfuscate Class Obfuscate
Strip Strip class files from all the attributes.
View Class View views Java class files.
 

Package cf Description

Java class file manipulation package.

See Also:
“The class file format”, Package source code

Java API by
Zvi Har’El

Copyright © Zvi Har’El
$Date: 2007/10/15 13:50:30$