Uses of Class
org.apache.bcel.classfile.EmptyVisitor
Packages that use EmptyVisitor
Package
Description
This package contains utility classes for the
Byte Code Engineering
Library, namely:
Provides PassVerifier classes used internally by JustIce.
-
Uses of EmptyVisitor in org.apache.bcel.util
Subclasses of EmptyVisitor in org.apache.bcel.utilModifier and TypeClassDescriptionclass
This 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.staticsModifier and TypeClassDescriptionclass
BCEL'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.