Class NewAttribute.ErrorAttribute

java.lang.Object
org.objectweb.asm.Attribute
kala.compress.harmony.pack200.NewAttribute
kala.compress.harmony.pack200.NewAttribute.ErrorAttribute
Enclosing class:
NewAttribute

public static class NewAttribute.ErrorAttribute extends NewAttribute
ErrorAttribute extends NewAttribute and manages attributes encountered by ASM that have had an error action specified to pack200 (e.g. via one of the -C, -M, -F or -D command line options such as -Cattribute-name=error)
  • Constructor Details

    • ErrorAttribute

      public ErrorAttribute(String type, int context)
  • Method Details

    • read

      protected org.objectweb.asm.Attribute read(org.objectweb.asm.ClassReader cr, int off, int len, char[] buf, int codeOff, org.objectweb.asm.Label[] labels)
      Overrides:
      read in class NewAttribute