Uses of Class
org.apache.bcel.generic.EmptyVisitor
Packages that use EmptyVisitor
Package
Description
This package contains utility classes for the
Byte Code Engineering
Library, namely:
Provides PassVerifier classes used internally by JustIce.
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.utilModifier and TypeClassDescription(package private) 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 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.