Class Stmt2R1NNode

    • Constructor Summary

      Constructors 
      Constructor Description
      Stmt2R1NNode​(Op op, int distReg, int srcReg, int content)  
    • 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

      • distReg

        public final int distReg
      • srcReg

        public final int srcReg
      • content

        public final int content
    • Constructor Detail

      • Stmt2R1NNode

        public Stmt2R1NNode​(Op op,
                            int distReg,
                            int srcReg,
                            int content)