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

Uses in package org.apache.bcel.util

Classes derived from org.apache.bcel.classfile.EmptyVisitor

class
This class takes a given JavaClass object and converts it to a Java program that creates that very class using BCEL.

Uses in package org.apache.bcel.verifier.statics

Classes derived from org.apache.bcel.classfile.EmptyVisitor

class
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.