Class Code


  • public final class Code
    extends Object
    • Constructor Detail

      • Code

        public Code​(int registersSize,
                    int insSize,
                    int outsSize,
                    int debugInfoOffset,
                    short[] instructions,
                    Code.Try[] tries,
                    Code.CatchHandler[] catchHandlers)
    • Method Detail

      • getRegistersSize

        public int getRegistersSize()
      • getInsSize

        public int getInsSize()
      • getOutsSize

        public int getOutsSize()
      • getDebugInfoOffset

        public int getDebugInfoOffset()
      • getInstructions

        public short[] getInstructions()
      • getTries

        public Code.Try[] getTries()