Class CodeIterator.Branch16

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static int BIT16  
      (package private) static int BIT32  
      (package private) static int EXPAND  
      (package private) int offset  
      (package private) int state  
    • Constructor Summary

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

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) abstract int deltaSize()  
      (package private) boolean expanded()  
      (package private) void shift​(int where, int gapLength, boolean exclusive)  
      (package private) int write​(int src, byte[] code, int dest, byte[] newcode)  
      (package private) abstract void write32​(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