Uses of Class
org.apache.bcel.generic.EmptyVisitor
Packages that use EmptyVisitor
Package
Description
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.
A PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect.
-
Uses of EmptyVisitor in org.apache.bcel.util
Subclasses of EmptyVisitor in org.apache.bcel.utilModifier and TypeClassDescription(package private) final class
Factory creates il.append() statements, and sets instruction targets. -
Uses of EmptyVisitor in org.apache.bcel.verifier.statics
Subclasses of EmptyVisitor in org.apache.bcel.verifier.staticsModifier and TypeClassDescriptionprivate final class
This visitor class does the actual checking for the instruction operand's constraints. -
Uses of EmptyVisitor in org.apache.bcel.verifier.structurals
Subclasses of EmptyVisitor in org.apache.bcel.verifier.structuralsModifier and TypeClassDescriptionclass
This Visitor class may be used for a type-based Java Virtual Machine simulation.class
A Visitor class testing for valid preconditions of JVM instructions.