Package | Description |
---|---|
org.apache.commons.compress.harmony.pack200 |
Modifier and Type | Field and Description |
---|---|
IntList |
MetadataBandGroup.anno_N |
IntList |
MetadataBandGroup.casearray_N |
IntList |
MetadataBandGroup.nestpair_N |
IntList |
MetadataBandGroup.pair_N |
IntList |
MetadataBandGroup.param_NB |
Modifier and Type | Method and Description |
---|---|
void |
IntList.addAll(IntList list) |
void |
MetadataBandGroup.addParameterAnnotation(int numParams,
int[] annoN,
IntList pairN,
List typeRS,
List nameRU,
List t,
List values,
List caseArrayN,
List nestTypeRS,
List nestNameRU,
List nestPairN)
Add an annotation to this set of bands.
|
void |
ClassBands.doBciRenumbering(IntList bciRenumbering,
Map labelsToOffsets) |
void |
NewAttributeBands.renumberBci(IntList bciRenumbering,
Map labelsToOffsets)
Renumber any bytecode indexes or offsets as described in section 5.5.2 of the pack200 specification
|
void |
NewAttributeBands.AttributeLayoutElement.renumberBci(IntList bciRenumbering,
Map labelsToOffsets) |
void |
NewAttributeBands.Integral.renumberBci(IntList bciRenumbering,
Map labelsToOffsets) |
void |
NewAttributeBands.Replication.renumberBci(IntList bciRenumbering,
Map labelsToOffsets) |
void |
NewAttributeBands.Union.renumberBci(IntList bciRenumbering,
Map labelsToOffsets) |
void |
NewAttributeBands.Call.renumberBci(IntList bciRenumbering,
Map labelsToOffsets) |
void |
NewAttributeBands.Reference.renumberBci(IntList bciRenumbering,
Map labelsToOffsets) |
void |
NewAttributeBands.Callable.renumberBci(IntList bciRenumbering,
Map labelsToOffsets) |
void |
NewAttributeBands.UnionCase.renumberBci(IntList bciRenumbering,
Map labelsToOffsets) |
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.