Uses of Class
org.apache.bcel.classfile.EmptyVisitor
-
Packages that use EmptyVisitor Package Description 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 timeorg.apache.bcel.verifier.statics PassVerifier classes used internally by JustIce. -
-
Uses of EmptyVisitor in org.apache.bcel.util
Subclasses of EmptyVisitor in org.apache.bcel.util Modifier and Type Class Description classBCELifierThis class takes a given JavaClass object and converts it to a Java program that creates that very class using BCEL. -
Uses of EmptyVisitor in org.apache.bcel.verifier.statics
Subclasses of EmptyVisitor in org.apache.bcel.verifier.statics Modifier and Type Class Description private classPass2Verifier.CPESSC_VisitorA Visitor class that ensures the constant pool satisfies the static constraints.private classPass2Verifier.FAMRAV_VisitorA Visitor class that ensures the ConstantCP-subclassed entries of the constant pool are valid.private static classPass2Verifier.InnerClassDetectorThis class serves for finding out if a given JavaClass' ConstantPool references an Inner Class.classStringRepresentationBCEL's Node classes (those from the classfile API that accept() Visitor instances) have toString() methods that were not designed to be robust, this gap is closed by this class.
-