Package com.googlecode.dex2jar.ir.stmt
Class BaseSwitchStmt
java.lang.Object
com.googlecode.dex2jar.ir.stmt.Stmt
com.googlecode.dex2jar.ir.stmt.Stmt.E1Stmt
com.googlecode.dex2jar.ir.stmt.BaseSwitchStmt
- Direct Known Subclasses:
LookupSwitchStmt,TableSwitchStmt
Parent class of
LookupSwitchStmt and TableSwitchStmt-
Nested Class Summary
Nested classes/interfaces inherited from class com.googlecode.dex2jar.ir.stmt.Stmt
Stmt.E0Stmt, Stmt.E1Stmt, Stmt.E2Stmt, Stmt.ST -
Field Summary
FieldsFields inherited from class com.googlecode.dex2jar.ir.stmt.Stmt.E1Stmt
opFields inherited from class com.googlecode.dex2jar.ir.stmt.Stmt
CAN_BRNANCH, CAN_CONTINUE, CAN_SWITCH, CAN_THROW, cfgFroms, et, exceptionHandlers, frame, id, MAY_THROW, st, tsDefaultNext, visited -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.googlecode.dex2jar.ir.stmt.Stmt.E1Stmt
getOp, setOp
-
Field Details
-
targets
-
defaultTarget
-
-
Constructor Details
-
BaseSwitchStmt
-