Class CodeIterator.Jump32

    • Constructor Summary

      Constructors 
      Constructor Description
      Jump32​(int p, int off)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void shift​(int where, int gapLength, boolean exclusive)  
      (package private) int write​(int src, byte[] code, int dest, byte[] newcode)  
      • Methods inherited from class java.lang.Object

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

      • offset

        int offset
    • Constructor Detail

      • Jump32

        Jump32​(int p,
               int off)
    • Method Detail

      • write

        int write​(int src,
                  byte[] code,
                  int dest,
                  byte[] newcode)
        Specified by:
        write in class CodeIterator.Branch