Class CodeIterator.Branch16

java.lang.Object
javassist.bytecode.CodeIterator.Branch
javassist.bytecode.CodeIterator.Branch16
Direct Known Subclasses:
CodeIterator.If16, CodeIterator.Jump16
Enclosing class:
CodeIterator

abstract static class CodeIterator.Branch16 extends CodeIterator.Branch
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) static final int
     
    (package private) static final int
     
    (package private) static final int
     
    (package private) int
     
    (package private) int
     

    Fields inherited from class javassist.bytecode.CodeIterator.Branch

    orgPos, pos
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    (package private) abstract int
     
    (package private) boolean
     
    (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 javassist.bytecode.CodeIterator.Branch

    gapChanged, shiftOffset

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait