Class TableSwitchStmt


public class TableSwitchStmt extends BaseSwitchStmt
Represent a TABLE_SWITCH statement
See Also:
  • Field Details

    • lowIndex

      public int lowIndex
  • Constructor Details

    • TableSwitchStmt

      public TableSwitchStmt()
    • TableSwitchStmt

      public TableSwitchStmt(Value key, int lowIndex, LabelStmt[] targets, LabelStmt defaultTarget)
  • Method Details