Package com.googlecode.dex2jar.ir.stmt
Class TableSwitchStmt
java.lang.Object
com.googlecode.dex2jar.ir.stmt.Stmt
com.googlecode.dex2jar.ir.stmt.Stmt.E1Stmt
com.googlecode.dex2jar.ir.stmt.BaseSwitchStmt
com.googlecode.dex2jar.ir.stmt.TableSwitchStmt
Represent a TABLE_SWITCH statement
- See Also:
-
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.BaseSwitchStmt
defaultTarget, targetsFields 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
ConstructorsConstructorDescriptionTableSwitchStmt(Value key, int lowIndex, LabelStmt[] targets, LabelStmt defaultTarget) -
Method Summary
Methods inherited from class com.googlecode.dex2jar.ir.stmt.Stmt.E1Stmt
getOp, setOp