Uses of Class
kala.compress.harmony.unpack200.bytecode.NewAttribute
-
Packages that use NewAttribute Package Description kala.compress.harmony.unpack200 Internal package. -
-
Uses of NewAttribute in kala.compress.harmony.unpack200
Methods in kala.compress.harmony.unpack200 with parameters of type NewAttribute Modifier and Type Method Description voidNewAttributeBands.Callable. addNextToAttribute(NewAttribute attribute)Used by calls when adding band contents to attributes, so they don't have to keep track of the internal index of the callable.voidNewAttributeBands.AttributeLayoutElement. addToAttribute(int index, NewAttribute attribute)Adds the band data for this element at the given index to the attribute.voidNewAttributeBands.Call. addToAttribute(int n, NewAttribute attribute)voidNewAttributeBands.Callable. addToAttribute(int n, NewAttribute attribute)voidNewAttributeBands.Integral. addToAttribute(int n, NewAttribute attribute)voidNewAttributeBands.Reference. addToAttribute(int n, NewAttribute attribute)voidNewAttributeBands.Replication. addToAttribute(int index, NewAttribute attribute)voidNewAttributeBands.Union. addToAttribute(int n, NewAttribute attribute)voidNewAttributeBands.UnionCase. addToAttribute(int index, NewAttribute attribute)
-