Uses of Class
org.apache.bcel.generic.EmptyVisitor
-
Packages that use EmptyVisitor Package Description org.apache.bcel.util 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 timeorg.apache.bcel.verifier.statics PassVerifier classes used internally by JustIce.org.apache.bcel.verifier.structurals 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) classBCELFactoryFactory 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 classPass3aVerifier.InstOperandConstraintVisitorThis 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 classExecutionVisitorThis Visitor class may be used for a type-based Java Virtual Machine simulation.classInstConstraintVisitorA Visitor class testing for valid preconditions of JVM instructions.
-