Iterate on force statements with VPI

,

I have some test bench modules where we have some force statements inside these modules.
With VPI I can iterate through test bench top modules, wires, regs and all of objects.
Is there a way with VPI that we can get list of force statements with vpi_iterate or any other vpi functions?

I just need to get list of force statements inside a module and its correspoding LHS and RHS from VPI

In reply to Venkateshwara Rao:

There’s no easy way to do this. You have to iterate over all the nets a variables, and for each one, iterate over vpiDriver to find an active force.