Package | Description |
---|---|
org.apache.commons.compress.harmony.pack200 |
Internal package.
|
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<String> typeRS,
List<String> nameRU,
List<String> tags,
List<Object> values,
List<Integer> caseArrayN,
List<String> nestTypeRS,
List<String> nestNameRU,
List<Integer> nestPairN)
Add an annotation to this set of bands.
|
void |
ClassBands.doBciRenumbering(IntList bciRenumbering,
Map<org.objectweb.asm.Label,Integer> labelsToOffsets) |
void |
NewAttributeBands.renumberBci(IntList bciRenumbering,
Map<org.objectweb.asm.Label,Integer> 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<org.objectweb.asm.Label,Integer> labelsToOffsets) |
void |
NewAttributeBands.Call.renumberBci(IntList bciRenumbering,
Map<org.objectweb.asm.Label,Integer> labelsToOffsets) |
void |
NewAttributeBands.Callable.renumberBci(IntList bciRenumbering,
Map<org.objectweb.asm.Label,Integer> labelsToOffsets) |
void |
NewAttributeBands.Integral.renumberBci(IntList bciRenumbering,
Map<org.objectweb.asm.Label,Integer> labelsToOffsets) |
void |
NewAttributeBands.Reference.renumberBci(IntList bciRenumbering,
Map<org.objectweb.asm.Label,Integer> labelsToOffsets) |
void |
NewAttributeBands.Replication.renumberBci(IntList bciRenumbering,
Map<org.objectweb.asm.Label,Integer> labelsToOffsets) |
void |
NewAttributeBands.Union.renumberBci(IntList bciRenumbering,
Map<org.objectweb.asm.Label,Integer> labelsToOffsets) |
void |
NewAttributeBands.UnionCase.renumberBci(IntList bciRenumbering,
Map<org.objectweb.asm.Label,Integer> labelsToOffsets) |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.