Uses of Class
kala.compress.harmony.pack200.ConstantPoolEntry
-
Packages that use ConstantPoolEntry Package Description kala.compress.harmony.pack200 Internal package. -
-
Uses of ConstantPoolEntry in kala.compress.harmony.pack200
Subclasses of ConstantPoolEntry in kala.compress.harmony.pack200 Modifier and Type Class Description classCPClassConstant pool entry for a class.classCPConstant<T extends CPConstant<T>>Abstract superclass for constant pool constant entries such as numbers or Strings.classCPDoubleConstant pool entry for a double.classCPFloatConstant pool entry for a float.classCPIntConstant pool entry for an int.classCPLongConstant pool entry for a long.classCPMethodOrFieldConstant pool entry for a method or field.classCPNameAndTypeConstant pool entry for a name and type pair.classCPSignatureConstant pool entry for a signature.classCPStringConstant pool entry for a String.classCPUTF8Constant pool entry for a UTF8 entry, used for storing long Strings.Fields in kala.compress.harmony.pack200 with type parameters of type ConstantPoolEntry Modifier and Type Field Description private java.util.List<ConstantPoolEntry>NewAttributeBands.Reference. bandprivate java.util.List<ConstantPoolEntry>ClassBands. classEnclosingMethodClassprivate java.util.List<ConstantPoolEntry>ClassBands. classEnclosingMethodDescprivate java.util.List<ConstantPoolEntry>ClassBands. codeLocalVariableTableNameRUprivate java.util.List<ConstantPoolEntry>ClassBands. codeLocalVariableTableTypeRSprivate java.util.List<ConstantPoolEntry>ClassBands. codeLocalVariableTypeTableNameRUprivate java.util.List<ConstantPoolEntry>ClassBands. codeLocalVariableTypeTableTypeRSMethod parameters in kala.compress.harmony.pack200 with type arguments of type ConstantPoolEntry Modifier and Type Method Description protected int[]BandSet. cpEntryListToArray(java.util.List<? extends ConstantPoolEntry> list)Converts a list of ConstantPoolEntrys to an int[] array of their indicesprotected int[]BandSet. cpEntryOrNullListToArray(java.util.List<? extends ConstantPoolEntry> list)Converts a list of ConstantPoolEntrys or nulls to an int[] array of their indices +1 (or 0 for nulls)
-