angr.engines.soot.statements.base

class angr.engines.soot.statements.base.SimSootStmt

Bases: object

The base class of all Soot statements.

__init__(stmt, state)
process()

Process the statement and apply all effects on the state. :return: None

property has_jump_targets
property has_invoke_target