Class JumpStmtNode

    • Constructor Summary

      Constructors 
      Constructor Description
      JumpStmtNode​(Op op, int a, int b, DexLabel label)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(DexCodeVisitor cv)  
      • 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
      • b

        public final int b
    • Constructor Detail

      • JumpStmtNode

        public JumpStmtNode​(Op op,
                            int a,
                            int b,
                            DexLabel label)