Uses of Class
kala.compress.harmony.pack200.NewAttributeBands.LayoutElement
Packages that use NewAttributeBands.LayoutElement
-
Uses of NewAttributeBands.LayoutElement in kala.compress.harmony.pack200
Subclasses of NewAttributeBands.LayoutElement in kala.compress.harmony.pack200Modifier and TypeClassDescriptionclassclassclassConstant Pool ReferenceclassA replication is an array of layout elements, with an associated countclassA Union is a type of layout element where the tag value acts as a selector for one of the union casesclassA Union caseFields in kala.compress.harmony.pack200 with type parameters of type NewAttributeBands.LayoutElementModifier and TypeFieldDescriptionprivate final List<NewAttributeBands.LayoutElement> NewAttributeBands.Callable.bodyprivate final List<NewAttributeBands.LayoutElement> NewAttributeBands.UnionCase.bodyprivate final List<NewAttributeBands.LayoutElement> NewAttributeBands.Union.defaultCaseBodyprivate final List<NewAttributeBands.LayoutElement> NewAttributeBands.Replication.layoutElementsMethods in kala.compress.harmony.pack200 that return NewAttributeBands.LayoutElementModifier and TypeMethodDescriptionprivate NewAttributeBands.LayoutElementNewAttributeBands.readNextLayoutElement(StringReader reader) Methods in kala.compress.harmony.pack200 that return types with arguments of type NewAttributeBands.LayoutElementModifier and TypeMethodDescriptionNewAttributeBands.Callable.getBody()NewAttributeBands.UnionCase.getBody()NewAttributeBands.Union.getDefaultCaseBody()NewAttributeBands.Replication.getLayoutElements()private List<NewAttributeBands.LayoutElement> NewAttributeBands.readBody(StringReader reader) Read a 'body' section of the layout from the given streamMethods in kala.compress.harmony.pack200 with parameters of type NewAttributeBands.LayoutElementModifier and TypeMethodDescriptionprivate voidNewAttributeBands.resolveCallsForElement(int i, NewAttributeBands.Callable currentCallable, NewAttributeBands.LayoutElement layoutElement) Constructor parameters in kala.compress.harmony.pack200 with type arguments of type NewAttributeBands.LayoutElement