Class BaseSwitchStmtNode

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • a

        public final int a
      • labels

        public final DexLabel[] labels
    • Constructor Detail

      • BaseSwitchStmtNode

        protected BaseSwitchStmtNode​(Op op,
                                     int a,
                                     DexLabel[] labels)