Uses of Class
kala.compress.harmony.unpack200.NewAttributeBands.LayoutElement
-
Packages that use NewAttributeBands.LayoutElement Package Description kala.compress.harmony.unpack200 Internal package. -
-
Uses of NewAttributeBands.LayoutElement in kala.compress.harmony.unpack200
Subclasses of NewAttributeBands.LayoutElement in kala.compress.harmony.unpack200 Modifier and Type Class Description classNewAttributeBands.CallclassNewAttributeBands.IntegralclassNewAttributeBands.ReferenceConstant Pool ReferenceclassNewAttributeBands.ReplicationA replication is an array of layout elements, with an associated countclassNewAttributeBands.UnionA Union is a type of layout element where the tag value acts as a selector for one of the union casesclassNewAttributeBands.UnionCaseA Union caseFields in kala.compress.harmony.unpack200 with type parameters of type NewAttributeBands.LayoutElement Modifier and Type Field Description private java.util.List<NewAttributeBands.LayoutElement>NewAttributeBands.Callable. bodyprivate java.util.List<NewAttributeBands.LayoutElement>NewAttributeBands.UnionCase. bodyprivate java.util.List<NewAttributeBands.LayoutElement>NewAttributeBands.Union. defaultCaseBodyprivate java.util.List<NewAttributeBands.LayoutElement>NewAttributeBands.Replication. layoutElementsMethods in kala.compress.harmony.unpack200 that return NewAttributeBands.LayoutElement Modifier and Type Method Description private NewAttributeBands.LayoutElementNewAttributeBands. readNextLayoutElement(java.io.StringReader stream)Methods in kala.compress.harmony.unpack200 that return types with arguments of type NewAttributeBands.LayoutElement Modifier and Type Method Description java.util.List<NewAttributeBands.LayoutElement>NewAttributeBands.Callable. getBody()java.util.List<NewAttributeBands.LayoutElement>NewAttributeBands.UnionCase. getBody()java.util.List<NewAttributeBands.LayoutElement>NewAttributeBands.Union. getDefaultCaseBody()java.util.List<NewAttributeBands.LayoutElement>NewAttributeBands.Replication. getLayoutElements()private java.util.List<NewAttributeBands.LayoutElement>NewAttributeBands. readBody(java.io.StringReader stream)Read a 'body' section of the layout from the given streamMethods in kala.compress.harmony.unpack200 with parameters of type NewAttributeBands.LayoutElement Modifier and Type Method Description private intNewAttributeBands. resolveCallsForElement(int i, NewAttributeBands.Callable currentCallable, NewAttributeBands.LayoutElement layoutElement)Constructor parameters in kala.compress.harmony.unpack200 with type arguments of type NewAttributeBands.LayoutElement Constructor Description Callable(java.util.List<NewAttributeBands.LayoutElement> body)
-