Uses of Interface
org.apache.bcel.classfile.Visitor
Packages that use Visitor
Package
Description
This package contains the classes that describe the structure of a
Java class file and a class file parser.
This package contains utility classes for the
Byte Code Engineering
Library, namely:
Provides PassVerifier classes used internally by JustIce.
-
Uses of Visitor in org.apache.bcel.classfile
Classes in org.apache.bcel.classfile that implement VisitorModifier and TypeClassDescriptionclass
Traverses a JavaClass with another Visitor object 'piggy-backed' that is applied to all components of a JavaClass object.class
Visitor with empty method bodies, can be extended and used in conjunction with the DescendingVisitor class, e.g.Methods in org.apache.bcel.classfile with parameters of type VisitorModifier and TypeMethodDescriptionvoid
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.abstract void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.abstract void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.Constructors in org.apache.bcel.classfile with parameters of type Visitor -
Uses of Visitor in org.apache.bcel.util
Classes in org.apache.bcel.util that implement VisitorModifier 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 Visitor in org.apache.bcel.verifier.statics
Classes in org.apache.bcel.verifier.statics that implement VisitorModifier 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.