Package proguard.dexfile.ir.stmt
Class IfStmt
java.lang.Object
proguard.dexfile.ir.stmt.Stmt
proguard.dexfile.ir.stmt.Stmt.E1Stmt
proguard.dexfile.ir.stmt.IfStmt
- All Implemented Interfaces:
JumpStmt
Represent a IF statement
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class proguard.dexfile.ir.stmt.Stmt
Stmt.E0Stmt, Stmt.E1Stmt, Stmt.E2Stmt, Stmt.ST -
Field Summary
FieldsFields inherited from class proguard.dexfile.ir.stmt.Stmt.E1Stmt
opFields inherited from class proguard.dexfile.ir.stmt.Stmt
_cfg_froms, _ts_default_next, CAN_BRNANCH, CAN_CONTINUE, CAN_SWITCH, CAN_THROW, et, exceptionHandlers, frame, id, MAY_THROW, st, visited -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class proguard.dexfile.ir.stmt.Stmt.E1Stmt
getOp, setOp
-
Field Details
-
target
-
-
Constructor Details
-
IfStmt
IF- Parameters:
type-condition-target-
-
-
Method Details