Class IrregularFlowData
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.cfg.IrregularFlowData
Used to model the exception flows: try-block and catch/handler address.
-
Constructor Summary
ConstructorsConstructorDescriptionIrregularFlowData(long first, long last, long target) Record for an irregular flow. -
Method Summary
-
Constructor Details
-
IrregularFlowData
public IrregularFlowData(long first, long last, long target) Record for an irregular flow.- Parameters:
first- Address of first instructionlast- Address of last instruction (included)target- Address of target/handler
-
-
Method Details