Package | Description |
---|---|
org.apache.bcel.generic |
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., classes to dynamically modify class objects and
byte code instructions.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyVisitor
Supplies empty method bodies to be overridden by subclasses.
|
Modifier and Type | Class and 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.
|
Copyright © 2017. All rights reserved.