Class IntRefForm


  • public class IntRefForm
    extends SingleByteReferenceForm
    This class implements the byte code form for those bytecodes which have int references (and only int references).
    • Constructor Detail

      • IntRefForm

        public IntRefForm​(int opcode,
                          java.lang.String name,
                          int[] rewrite)
      • IntRefForm

        public IntRefForm​(int opcode,
                          java.lang.String name,
                          int[] rewrite,
                          boolean widened)