Uses of Class
org.apache.commons.compress.harmony.pack200.IntList
-
Uses of IntList in org.apache.commons.compress.harmony.pack200
Modifier and TypeFieldDescriptionMetadataBandGroup.anno_N
MetadataBandGroup.casearray_N
MetadataBandGroup.nestpair_N
MetadataBandGroup.pair_N
MetadataBandGroup.param_NB
Modifier and TypeMethodDescriptionvoid
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.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.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 specificationvoid
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)