public class TableSwitchStmt extends BaseSwitchStmt
ST#TABLE_SWITCH
Stmt.E0Stmt, Stmt.E1Stmt, Stmt.E2Stmt, Stmt.ST
Modifier and Type | Field and Description |
---|---|
int |
lowIndex |
defaultTarget, targets
op
_cfg_froms, _ts_default_next, CAN_BRNANCH, CAN_CONTINUE, CAN_SWITCH, CAN_THROW, et, exceptionHandlers, frame, id, MAY_THROW, st, visited
Constructor and Description |
---|
TableSwitchStmt() |
TableSwitchStmt(Value key,
int lowIndex,
LabelStmt[] targets,
LabelStmt defaultTarget) |
Modifier and Type | Method and Description |
---|---|
Stmt |
clone(LabelAndLocalMapper mapper) |
java.lang.String |
toString() |
getOp, setOp
public Stmt clone(LabelAndLocalMapper mapper)
public java.lang.String toString()
toString
in class java.lang.Object