Uses of Class
kala.compress.harmony.unpack200.AttributeLayout
Packages that use AttributeLayout
-
Uses of AttributeLayout in kala.compress.harmony.unpack200
Fields in kala.compress.harmony.unpack200 declared as AttributeLayoutFields in kala.compress.harmony.unpack200 with type parameters of type AttributeLayoutModifier and TypeFieldDescriptionprivate final Map<Integer, AttributeLayout> AttributeLayoutMap.classLayoutsprivate final Map<Integer, AttributeLayout> AttributeLayoutMap.codeLayoutsprivate final Map<Integer, AttributeLayout> AttributeLayoutMap.fieldLayoutsprivate final Map<AttributeLayout, NewAttributeBands> AttributeLayoutMap.layoutsToBandsprivate final Map<Integer, AttributeLayout> AttributeLayoutMap.methodLayoutsMethods in kala.compress.harmony.unpack200 that return AttributeLayoutModifier and TypeMethodDescriptionAttributeLayoutMap.getAttributeLayout(int index, int context) AttributeLayoutMap.getAttributeLayout(String name, int context) private static AttributeLayout[]AttributeLayoutMap.getDefaultAttributeLayouts()Methods in kala.compress.harmony.unpack200 that return types with arguments of type AttributeLayoutModifier and TypeMethodDescriptionprivate Map<Integer, AttributeLayout> AttributeLayoutMap.getLayout(int context) Methods in kala.compress.harmony.unpack200 with parameters of type AttributeLayoutModifier and TypeMethodDescriptionvoidAttributeLayoutMap.add(AttributeLayout layout) voidAttributeLayoutMap.add(AttributeLayout layout, NewAttributeBands newBands) AttributeLayoutMap.getAttributeBands(AttributeLayout layout) Constructors in kala.compress.harmony.unpack200 with parameters of type AttributeLayoutModifierConstructorDescriptionNewAttributeBands(Segment segment, AttributeLayout attributeLayout)