Package proguard.dexfile.ir.stmt
Class Stmt.E1Stmt
- java.lang.Object
-
- proguard.dexfile.ir.stmt.Stmt
-
- proguard.dexfile.ir.stmt.Stmt.E1Stmt
-
- Direct Known Subclasses:
BaseSwitchStmt
,IfStmt
,UnopStmt
,VoidInvokeStmt
- Enclosing class:
- Stmt
public abstract static class Stmt.E1Stmt extends Stmt
Represent a statement with 1 argument- See Also:
ET.E1
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class proguard.dexfile.ir.stmt.Stmt
Stmt.E0Stmt, Stmt.E1Stmt, Stmt.E2Stmt, Stmt.ST
-
-
Field Summary
Fields Modifier and Type Field Description Value
op
-
Fields 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
-
-