Package proguard.dexfile.ir.stmt
Class LookupSwitchStmt
- java.lang.Object
-
- proguard.dexfile.ir.stmt.Stmt
-
- proguard.dexfile.ir.stmt.Stmt.E1Stmt
-
- proguard.dexfile.ir.stmt.BaseSwitchStmt
-
- proguard.dexfile.ir.stmt.LookupSwitchStmt
-
public class LookupSwitchStmt extends BaseSwitchStmt
Represent a LOOKUP_SWITCH statement- See Also:
Stmt.ST.LOOKUP_SWITCH
-
-
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 int[]
lookupValues
-
Fields inherited from class proguard.dexfile.ir.stmt.BaseSwitchStmt
defaultTarget, 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 LookupSwitchStmt(Value key, int[] lookupValues, LabelStmt[] targets, LabelStmt defaultTarget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stmt
clone(LabelAndLocalMapper mapper)
java.lang.String
toString()
-
Methods inherited from class proguard.dexfile.ir.stmt.Stmt.E1Stmt
getOp, setOp
-
-
-
-
Method Detail
-
clone
public Stmt clone(LabelAndLocalMapper mapper)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-