Package | Description |
---|---|
org.apache.commons.compress.harmony.pack200 |
Internal package.
|
Modifier and Type | Class and Description |
---|---|
class |
NewAttributeBands.Call |
class |
NewAttributeBands.Integral |
class |
NewAttributeBands.Reference
Constant Pool Reference
|
class |
NewAttributeBands.Replication
A replication is an array of layout elements, with an associated count
|
class |
NewAttributeBands.Union
A Union is a type of layout element where the tag value acts as a selector for one of the union cases
|
class |
NewAttributeBands.UnionCase
A Union case
|
Modifier and Type | Method and Description |
---|---|
List<NewAttributeBands.LayoutElement> |
NewAttributeBands.Callable.getBody() |
List<NewAttributeBands.LayoutElement> |
NewAttributeBands.UnionCase.getBody() |
List<NewAttributeBands.LayoutElement> |
NewAttributeBands.Union.getDefaultCaseBody() |
List<NewAttributeBands.LayoutElement> |
NewAttributeBands.Replication.getLayoutElements() |
Constructor and Description |
---|
Callable(List<NewAttributeBands.LayoutElement> body) |
Union(String tag,
List<NewAttributeBands.UnionCase> unionCases,
List<NewAttributeBands.LayoutElement> body) |
UnionCase(List<Integer> tags,
List<NewAttributeBands.LayoutElement> body) |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.