Uses of Package
org.apache.commons.javaflow.bytecode.transformation.bcel.analyser

Packages that use org.apache.commons.javaflow.bytecode.transformation.bcel.analyser
org.apache.commons.javaflow.bytecode.transformation.bcel.analyser   
 

Classes in org.apache.commons.javaflow.bytecode.transformation.bcel.analyser used by org.apache.commons.javaflow.bytecode.transformation.bcel.analyser
ExceptionHandler
          This class represents an exception handler; that is, an ObjectType representing a subclass of java.lang.Throwable and the instruction the handler starts off (represented by an InstructionContext).
ExecutionPath
          List of InstructionContext that represents a sequence of an execution.
ExecutionVisitor
          This Visitor class may be used for a type-based Java Virtual Machine simulation.
Frame
          This class represents a JVM execution frame; that means, a local variable array and an operand stack.
InstructionContext
          An InstructionContext offers convenient access to information like control flow successors and such.
LocalVariables
          This class implements an array of local variables used for symbolic JVM simulation.
OperandStack
          This class implements a stack used for symbolic JVM stack simulation.
Subroutine
          This interface defines properties of JVM bytecode subroutines.
UninitializedObjectType
          This class represents an uninitialized object type; see The Java Virtual Machine Specification, Second Edition, page 147: 4.9.4 for more details.
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.