Class MemberCodeGen.JsrHook2

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int target  
      (package private) int var  
    • Constructor Summary

      Constructors 
      Constructor Description
      JsrHook2​(CodeGen gen, int[] retTarget)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean doit​(Bytecode b, int opcode)
      Returns true if the generated code ends with return, throw, or goto.
      • Methods inherited from class java.lang.Object

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

      • var

        int var
      • target

        int target
    • Constructor Detail

      • JsrHook2

        JsrHook2​(CodeGen gen,
                 int[] retTarget)