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

jasm: the jasm format should the table format for fields

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P3 P3
    • None
    • asm_tools_9.0
    • tools
    • None

      The JASM format currently has a restriction on presenting fields. The current format does not support, for example, a pair of ConstantValue assigned to the field.

      In JASMTool 9.0, a new format called the "table format" was introduced, which is similar to javap. However, the "table" presentation of the field has not yet been implemented.

      The table format for the field should be implemented and will be preliminary as follows:
      static final Field #17 = {
         Descriptor: #11 // I
          ConstantValue: #19 // int 3392
          ConstantValue: #1 // int 200000
      }

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

              Created:
              Updated: