Class TypeStmtNode

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int a  
      int b  
      java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeStmtNode​(Op op, int a, int b, java.lang.String type)  
    • 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
      • type

        public final java.lang.String type
    • Constructor Detail

      • TypeStmtNode

        public TypeStmtNode​(Op op,
                            int a,
                            int b,
                            java.lang.String type)