Uses of Interface
org.apache.bcel.classfile.Visitor
Package
Description
Classes that describe the structure of a Java class file and a class file parser.
Utility classes for the Apache Byte Code Engineering Library (BCEL), namely:
Collection classes for JavaClass objects
A converter for class files to HTML
A tool to find instructions patterns via regular expressions
A class to find classes as defined in the CLASSPATH
A class loader that allows to create classes at run time
PassVerifier classes used internally by JustIce.
-
Uses of Visitor in org.apache.bcel.classfile
Modifier 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.Modifier and TypeMethodDescriptionvoid
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.abstract void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.abstract void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
void
void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class.void
Called by objects that are traversing the nodes of the tree implicitly defined by the contents of a Java class. -
Uses of Visitor in org.apache.bcel.util
Modifier 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
Modifier 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.