Uses of Class
kala.compress.harmony.pack200.IntList
Packages that use IntList
-
Uses of IntList in kala.compress.harmony.pack200
Fields in kala.compress.harmony.pack200 declared as IntListModifier and TypeFieldDescriptionMetadataBandGroup.anno_Nprivate final IntListSegmentHeader.band_headersprivate final IntListBcBands.bcByteprivate final IntListBcBands.bcCaseCountprivate final IntListBcBands.bcCaseValueprivate final IntListBcBands.bcCodesprivate final IntListBcBands.bciRenumberingprivate final IntListBcBands.bcLabelRelativeOffsetsprivate final IntListBcBands.bcLocalprivate final IntListBcBands.bcShortMetadataBandGroup.casearray_Nprivate final IntListClassBands.classFileVersionMajorprivate final IntListClassBands.classFileVersionMinorprivate final IntListClassBands.codeHandlerCountprivate final IntListClassBands.codeLineNumberTableLineprivate final IntListClassBands.codeLineNumberTableNprivate final IntListClassBands.codeLocalVariableTableNprivate final IntListClassBands.codeLocalVariableTableSlotprivate final IntListClassBands.codeLocalVariableTypeTableNprivate final IntListClassBands.codeLocalVariableTypeTableSlotprivate final IntListClassBands.codeMaxLocalsprivate final IntListClassBands.codeMaxStackprivate final IntListClassBands.methodExceptionNumberMetadataBandGroup.nestpair_NMetadataBandGroup.pair_N(package private) IntListClassBands.TempParamAnnotation.pairNMetadataBandGroup.param_NBMethods in kala.compress.harmony.pack200 with parameters of type IntListModifier and TypeMethodDescriptionvoidvoidMetadataBandGroup.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.voidClassBands.doBciRenumbering(IntList bciRenumbering, Map<org.objectweb.asm.Label, Integer> labelsToOffsets) private voidClassBands.renumberBci(List<Integer> list, IntList bciRenumbering, Map<org.objectweb.asm.Label, Integer> labelsToOffsets) voidNewAttributeBands.AttributeLayoutElement.renumberBci(IntList bciRenumbering, Map<org.objectweb.asm.Label, Integer> labelsToOffsets) voidNewAttributeBands.Call.renumberBci(IntList bciRenumbering, Map<org.objectweb.asm.Label, Integer> labelsToOffsets) voidNewAttributeBands.Callable.renumberBci(IntList bciRenumbering, Map<org.objectweb.asm.Label, Integer> labelsToOffsets) voidNewAttributeBands.Integral.renumberBci(IntList bciRenumbering, Map<org.objectweb.asm.Label, Integer> labelsToOffsets) voidNewAttributeBands.Reference.renumberBci(IntList bciRenumbering, Map<org.objectweb.asm.Label, Integer> labelsToOffsets) voidNewAttributeBands.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 specificationvoidNewAttributeBands.Replication.renumberBci(IntList bciRenumbering, Map<org.objectweb.asm.Label, Integer> labelsToOffsets) voidNewAttributeBands.Union.renumberBci(IntList bciRenumbering, Map<org.objectweb.asm.Label, Integer> labelsToOffsets) voidNewAttributeBands.UnionCase.renumberBci(IntList bciRenumbering, Map<org.objectweb.asm.Label, Integer> labelsToOffsets) private voidClassBands.renumberDoubleOffsetBci(List<Integer> relative, List<Integer> firstOffset, List<Object> list, IntList bciRenumbering, Map<org.objectweb.asm.Label, Integer> labelsToOffsets) private voidClassBands.renumberOffsetBci(List<Integer> relative, List<Integer> list, IntList bciRenumbering, Map<org.objectweb.asm.Label, Integer> labelsToOffsets) private voidNewAttributeBands.Integral.renumberOffsetBci(List relative, IntList bciRenumbering, Map<org.objectweb.asm.Label, Integer> labelsToOffsets)