Package proguard.dexfile.ir.stmt
Class BaseSwitchStmt
- java.lang.Object
-
- proguard.dexfile.ir.stmt.Stmt
-
- proguard.dexfile.ir.stmt.Stmt.E1Stmt
-
- proguard.dexfile.ir.stmt.BaseSwitchStmt
-
- Direct Known Subclasses:
LookupSwitchStmt
,TableSwitchStmt
public abstract class BaseSwitchStmt extends Stmt.E1Stmt
Parent class ofLookupSwitchStmt
andTableSwitchStmt
-
-
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 LabelStmt
defaultTarget
LabelStmt[]
targets
-
Fields inherited from class proguard.dexfile.ir.stmt.Stmt.E1Stmt
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
-
-
Constructor Summary
Constructors Constructor Description BaseSwitchStmt(Stmt.ST type, Value op)
-