Google

bcel API: Uses of Class org.apache.bcel.classfile.EmptyVisitor

Uses of Class
org.apache.bcel.classfile.EmptyVisitor

Packages that use EmptyVisitor
org.apache.bcel.verifier.statics Provides PassVerifier classes used internally by JustIce. 
 

Uses of EmptyVisitor in org.apache.bcel.verifier.statics
 

Subclasses of EmptyVisitor in org.apache.bcel.verifier.statics
 class StringRepresentation
          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.