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

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

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

class
A Visitor class that ensures the constant pool satisfies the static constraints.
class
A Visitor class that ensures the ConstantCP-subclassed entries of the constant pool are valid.
class
This class serves for finding out if a given JavaClass' ConstantPool references an Inner Class.
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.

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.