| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.bcel.external |
This package contains basic classes for the
Byte Code Engineering Library
and constants defined by the
JVM specification.
|
| jdk7u.jaxp.org.apache.bcel.external.classfile |
This package contains the classes that describe the structure of a
Java class file and a class file parser.
|
| jdk7u.jaxp.org.apache.bcel.external.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.
|
| jdk7u.jaxp.org.apache.bcel.external.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
|
| Class and Description |
|---|
| ClassPath.ClassFile
Contains information about file/ZIP entry of the Java class.
|
| Repository
Abstract definition of a class repository.
|
| Class and Description |
|---|
| ByteSequence
Utility class that implements a sequence of bytes which can be read
via the `readByte()' method.
|
| Repository
Abstract definition of a class repository.
|
| Class and Description |
|---|
| ByteSequence
Utility class that implements a sequence of bytes which can be read
via the `readByte()' method.
|
| Class and Description |
|---|
| ClassPath
Responsible for loading (class) files from the CLASSPATH.
|
| ClassPath.ClassFile
Contains information about file/ZIP entry of the Java class.
|
| InstructionFinder.CodeConstraint
Code patterns found may be checked using an additional
user-defined constraint object whether they really match the needed criterion.
|
| Repository
Abstract definition of a class repository.
|
| SecuritySupport
This class is duplicated for each subpackage so keep it in sync.
|
| SyntheticRepository
This repository is used in situations where a Class is created
outside the realm of a ClassLoader.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.