Class ConstStmtNode

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int a  
      java.lang.Object value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ConstStmtNode​(Op op, int a, java.lang.Object value)  
    • 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
      • value

        public final java.lang.Object value
    • Constructor Detail

      • ConstStmtNode

        public ConstStmtNode​(Op op,
                             int a,
                             java.lang.Object value)