Class Code

    • Constructor Detail

      • Code

        public Code​(Code c)
      • Code

        public Code​(int name_index,
                    int length,
                    int max_stack,
                    int max_locals,
                    byte[] code,
                    CodeException[] exception_table,
                    Attribute[] attributes,
                    ConstantPool constant_pool)
    • Method Detail

      • getAttributes

        public final Attribute[] getAttributes()
      • getCode

        public final byte[] getCode()
      • getExceptionTable

        public final CodeException[] getExceptionTable()
      • getMaxLocals

        public final int getMaxLocals()
      • getMaxStack

        public final int getMaxStack()
      • setAttributes

        public final void setAttributes​(Attribute[] attributes)
      • setCode

        public final void setCode​(byte[] code)
      • setExceptionTable

        public final void setExceptionTable​(CodeException[] exception_table)
      • setMaxLocals

        public final void setMaxLocals​(int max_locals)
      • setMaxStack

        public final void setMaxStack​(int max_stack)
      • toString

        public final String toString​(boolean verbose)
      • getCodeString

        public String getCodeString()