Class DexStmtNode

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int __index  
      Op op  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DexStmtNode​(Op op)  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void accept​(DexCodeVisitor cv)  
      • Methods inherited from class java.lang.Object

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

      • op

        public final Op op
      • __index

        public int __index
    • Constructor Detail

      • DexStmtNode

        protected DexStmtNode​(Op op)