| Frames | No Frames | |
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. |
Constructors with parameter type org.apache.bcel.classfile.Visitor | |
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. |
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. |
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. |