org.apache.bcel |
This package contains basic classes for the
Byte Code Engineering Library
and constants defined by the
JVM specification.
|
Java Source File Name | Type | Comment |
Constants.java | Interface | Constants for the project, mostly defined in the JVM specification.
version: $Id: Constants.java 410087 2006-05-29 12:12:19Z tcurdt $ author: M. |
ExceptionConstants.java | Interface | Exception constants.
version: $Id: ExceptionConstants.java 386056 2006-03-15 11:31:56Z tcurdt $ author: E. |
Repository.java | Class | The repository maintains informations about class interdependencies, e.g.,
whether a class is a sub-class of another. |