Class TableSwitchStmt

    • Field Detail

      • lowIndex

        public int lowIndex
    • Constructor Detail

      • TableSwitchStmt

        public TableSwitchStmt()
      • TableSwitchStmt

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

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object