Java org.apache.commons.bcel6.verifier.structurals InstructionContext fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.bcel6.verifier.structurals InstructionContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.bcel6.verifier.structurals InstructionContext.

The text is from its open source code.

Method

booleanexecute(Frame inFrame, ArrayList executionPredecessors, InstConstraintVisitor icv, ExecutionVisitor ev)
This method symbolically executes the Instruction held in the InstructionContext.
ExceptionHandler[]getExceptionHandlers()
Returns the exception handlers that protect this instruction.
InstructionHandlegetInstruction()
Returns the InstructionHandle this InstructionContext is wrapped around.
FramegetOutFrame(ArrayList executionPredecessors)
This method returns the outgoing execution frame situation; therefore it has to be calculated by execute(Frame, ArrayList) first.
InstructionContext[]getSuccessors()
Returns the usual control flow successors.