Class MemberCodeGen.JsrHook

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) CodeGen cgen  
      (package private) java.util.ArrayList jsrList  
      (package private) int var  
    • Constructor Summary

      Constructors 
      Constructor Description
      JsrHook​(CodeGen gen)  
    • 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.
      private int getVar​(int size)  
      private void jsrJmp​(Bytecode b)  
      • Methods inherited from class java.lang.Object

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

      • jsrList

        java.util.ArrayList jsrList
      • var

        int var
    • Constructor Detail

    • Method Detail

      • getVar

        private int getVar​(int size)
      • jsrJmp

        private void jsrJmp​(Bytecode b)