Class FieldStmtNode

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int a  
      int b  
      Field field  
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldStmtNode​(Op op, int a, int b, Field field)  
    • 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
      • field

        public final Field field
    • Constructor Detail

      • FieldStmtNode

        public FieldStmtNode​(Op op,
                             int a,
                             int b,
                             Field field)