Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7903558

jasm: Add support this_class, super_class value(s)

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • asm_tools_8.0
    • asm_tools_8.0
    • tools
    • None
    • b08

      jasm tool should support the values:
      this_class (#ID | IDENT); // CLASSNAME
      super_class (#ID | IDENT); // SUPERCLASSNAME

      Then the command `java -jar asmtools.jar jasm -d . FILE.jasm` where the jasm file is as follows:
      class FILENAME.data {
        this_class[:] CLASSNAME;
        super_class[:] SUPERCLASSNAME;
      }
      will produce a binary file `FILENAME.data` which, after decompiling (`java -jar asmtools.jar jdis FILENAME.data`), will be:

      super class CLASSNAME extends SUPERCLASSNAME version 45:0 {}

            lkuskov Leonid Kuskov
            lkuskov Leonid Kuskov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: