Home » Open-JDK-6.b17-src » com.sun.org.apache.bcel » internal »

com.sun.org.apache.bcel.internal

Sub Packages:

com.sun.org.apache.bcel.internal.classfile   This package contains the classes that describe the structure of a Java class file and a class file parser.  
com.sun.org.apache.bcel.internal.generic   This package contains the "generic" part of the Byte Code Engineering Library , i.e., classes to dynamically modify class objects and byte code instructions.  
com.sun.org.apache.bcel.internal.util   This package contains utility classes for the Byte Code Engineering Library , namely: Collection classes for JavaClass objects A converter for class files to HTML A tool to find instructions patterns via regular expressions A class to find classes as defined in the CLASSPATH A class loader that allows to create clases at run time  

Interfaces:

Constants   Constants for the project, mostly defined in the JVM specification.  code | html
ExceptionConstants   Exception constants.  code | html

Abstract Classes:

Repository   The repository maintains informations about class interdependencies, e.g., whether a class is a sub-class of another.  code | html