Class PackedSwitchStmtNode


public class PackedSwitchStmtNode extends BaseSwitchStmtNode
  • Field Details

    • firstCase

      public final int firstCase
  • Constructor Details

    • PackedSwitchStmtNode

      public PackedSwitchStmtNode(Op op, int a, int firstCase, DexLabel[] labels)
  • Method Details