Uses of Package
org.apache.bcel.util
-
Packages that use org.apache.bcel.util Package Description org.apache.bcel Basic classes for the Apache Byte Code Engineering Library (BCEL) and constants defined by the JVM specification.org.apache.bcel.classfile Classes that describe the structure of a Java class file and a class file parser.org.apache.bcel.generic Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects and byte code instructions.org.apache.bcel.util Utility classes for the Apache Byte Code Engineering Library (BCEL), 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 classes at run time -
Classes in org.apache.bcel.util used by org.apache.bcel Class Description ClassPath.ClassFile Contains information about file/ZIP entry of the Java class.Repository Abstract definition of a class repository. -
Classes in org.apache.bcel.util used by org.apache.bcel.classfile Class Description BCELComparator Used for BCEL comparison strategy.ByteSequence Utility class that implements a sequence of bytes which can be read via the 'readByte()' method.Repository Abstract definition of a class repository. -
Classes in org.apache.bcel.util used by org.apache.bcel.generic Class Description BCELComparator Used for BCEL comparison strategy.ByteSequence Utility class that implements a sequence of bytes which can be read via the 'readByte()' method. -
Classes in org.apache.bcel.util used by org.apache.bcel.util Class Description BCELifier.FLAGS Enum corresponding to flag source.ClassPath Loads 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.MemorySensitiveClassPathRepository This repository is used in situations where a Class is created outside the realm of a ClassLoader.Repository Abstract definition of a class repository.SyntheticRepository This repository is used in situations where a Class is created outside the realm of a ClassLoader.