Uses of Package
org.apache.bcel.verifier.structurals

Package
Description
A PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect.
  • Class
    Description
    This class represents an exception handler; that is, an ObjectType representing a subclass of Throwable and the instruction the handler starts off (represented by an InstructionContext).
    This Visitor class may be used for a type-based Java Virtual Machine simulation.
    This class represents a JVM execution frame; that means, a local variable array and an operand stack.
    A Visitor class testing for valid preconditions of JVM instructions.
    An InstructionContext offers convenient access to information like control flow successors and such.
    This class implements an array of local variables used for symbolic JVM simulation.
    This class implements a stack used for symbolic JVM stack simulation.
    This interface defines properties of JVM bytecode subroutines.
    This class represents an uninitialized object type; see The Java Virtual Machine Specification, Second Edition, page 147: 4.9.4 for more details.