Class BaseSwitchStmtNode

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BaseSwitchStmtNode​(Op op, int a, DexLabel[] labels)  
    • 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)