Class LookupSwitchStmt


public class LookupSwitchStmt extends BaseSwitchStmt
Represent a LOOKUP_SWITCH statement
See Also:
  • Field Details

    • lookupValues

      public int[] lookupValues
  • Constructor Details

    • LookupSwitchStmt

      public LookupSwitchStmt(Value key, int[] lookupValues, LabelStmt[] targets, LabelStmt defaultTarget)
  • Method Details