Class NewAttribute.PassAttribute

  • Enclosing class:
    NewAttribute

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

      • PassAttribute

        public PassAttribute​(java.lang.String type,
                             int context)
    • Method Detail

      • 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