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

Example usage for Java org.apache.commons.bcel6.verifier.structurals ControlFlowGraph 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 ControlFlowGraph.

The text is from its open source code.

Method

InstructionContextcontextOf(InstructionHandle inst)
Returns the InstructionContext of a given instruction.
booleanisDead(InstructionHandle i)
Returns true, if and only if the said instruction is not reachable; that means, if it is not part of this ControlFlowGraph.