jasm: Add support this_class, super_class value(s)

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • asm_tools_8.0
    • Affects Version/s: asm_tools_8.0
    • Component/s: 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 {}

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

              Created:
              Updated:
              Resolved: