Uses of Class
kala.compress.harmony.pack200.NewAttribute
Packages that use NewAttribute
-
Uses of NewAttribute in kala.compress.harmony.pack200
Subclasses of NewAttribute in kala.compress.harmony.pack200Modifier and TypeClassDescriptionstatic classErrorAttribute extendsNewAttributeand manages attributes encountered by ASM that have had an error action specified to pack200 (e.g.static classPassAttribute extendsNewAttributeand manages attributes encountered by ASM that have had a pass action specified to pack200 (e.g.static classStripAttribute extendsNewAttributeand manages attributes encountered by ASM that have had a strip action specified to pack200 (e.g.Methods in kala.compress.harmony.pack200 with parameters of type NewAttributeModifier and TypeMethodDescriptionvoidNewAttributeBands.addAttribute(NewAttribute attribute) voidNewAttributeBands.AttributeLayoutElement.addAttributeToBand(NewAttribute attribute, InputStream inputStream) voidNewAttributeBands.Call.addAttributeToBand(NewAttribute attribute, InputStream inputStream) voidNewAttributeBands.Callable.addAttributeToBand(NewAttribute attribute, InputStream inputStream) voidNewAttributeBands.Integral.addAttributeToBand(NewAttribute attribute, InputStream inputStream) voidNewAttributeBands.Reference.addAttributeToBand(NewAttribute attribute, InputStream inputStream) voidNewAttributeBands.Replication.addAttributeToBand(NewAttribute attribute, InputStream inputStream) voidNewAttributeBands.Union.addAttributeToBand(NewAttribute attribute, InputStream inputStream) voidNewAttributeBands.UnionCase.addAttributeToBand(NewAttribute attribute, InputStream inputStream) voidClassBands.addClassAttribute(NewAttribute attribute) voidClassBands.addCodeAttribute(NewAttribute attribute) voidClassBands.addFieldAttribute(NewAttribute attribute) voidClassBands.addMethodAttribute(NewAttribute attribute)