Uses of Class
org.apache.bcel.generic.EmptyVisitor
-
Packages that use EmptyVisitor Package Description org.apache.bcel.util This package contains utility classes for the Byte Code Engineering Library, namely:org.apache.bcel.verifier.statics Provides PassVerifier classes used internally by JustIce.org.apache.bcel.verifier.structurals Provides 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.util Modifier and Type Class Description (package private) class
BCELFactory
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.statics Modifier and Type Class Description private class
Pass3aVerifier.InstOperandConstraintVisitor
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.structurals Modifier and Type Class Description class
ExecutionVisitor
This Visitor class may be used for a type-based Java Virtual Machine simulation.class
InstConstraintVisitor
A Visitor class testing for valid preconditions of JVM instructions.
-