Uses of Class
kala.compress.harmony.unpack200.IcTuple
-
Packages that use IcTuple Package Description kala.compress.harmony.unpack200 Internal package. -
-
Uses of IcTuple in kala.compress.harmony.unpack200
Fields in kala.compress.harmony.unpack200 declared as IcTuple Modifier and Type Field Description (package private) static IcTuple[]IcTuple. EMPTY_ARRAYprivate IcTuple[]IcBands. icAllprivate IcTuple[][]ClassBands. icLocalFields in kala.compress.harmony.unpack200 with type parameters of type IcTuple Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.List<IcTuple>>IcBands. outerClassToTuplesprivate java.util.Map<java.lang.String,IcTuple>IcBands. thisClassToTupleMethods in kala.compress.harmony.unpack200 that return IcTuple Modifier and Type Method Description IcTuple[][]ClassBands. getIcLocal()IcTuple[]IcBands. getIcTuples()IcTuple[]IcBands. getRelevantIcTuples(java.lang.String className, ClassConstantPool cp)Answer the relevant IcTuples for the specified className and class constant pool.Methods in kala.compress.harmony.unpack200 that return types with arguments of type IcTuple Modifier and Type Method Description private java.util.List<IcTuple>Segment. computeIcStored(IcTuple[] icLocal, IcTuple[] icRelevant)Given an ic_local and an ic_relevant, use them to calculate what should be added as ic_stored.Methods in kala.compress.harmony.unpack200 with parameters of type IcTuple Modifier and Type Method Description private java.util.List<IcTuple>Segment. computeIcStored(IcTuple[] icLocal, IcTuple[] icRelevant)Given an ic_local and an ic_relevant, use them to calculate what should be added as ic_stored.
-