Uses of Interface org.apache.bcel.classfile.Visitor

Uses in package org.apache.bcel.util

Classes implementing org.apache.bcel.classfile.Visitor

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

Classes implementing org.apache.bcel.classfile.Visitor

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

Constructors with parameter type org.apache.bcel.classfile.Visitor

Methods with parameter type org.apache.bcel.classfile.Visitor

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

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

Classes implementing org.apache.bcel.classfile.Visitor

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.