Uses of Class
kala.compress.harmony.unpack200.bytecode.ClassConstantPool
Packages that use ClassConstantPool
Package
Description
Internal package.
Internal package.
-
Uses of ClassConstantPool in kala.compress.harmony.unpack200
Methods in kala.compress.harmony.unpack200 with parameters of type ClassConstantPoolModifier and TypeMethodDescriptionIcTuple[]IcBands.getRelevantIcTuples(String className, ClassConstantPool cp) Answer the relevant IcTuples for the specified className and class constant pool. -
Uses of ClassConstantPool in kala.compress.harmony.unpack200.bytecode
Fields in kala.compress.harmony.unpack200.bytecode declared as ClassConstantPoolMethods in kala.compress.harmony.unpack200.bytecode with parameters of type ClassConstantPoolModifier and TypeMethodDescriptionprotected voidAnnotationDefaultAttribute.resolve(ClassConstantPool pool) voidAnnotationsAttribute.Annotation.resolve(ClassConstantPool pool) voidAnnotationsAttribute.ElementValue.resolve(ClassConstantPool pool) protected voidAttribute.resolve(ClassConstantPool pool) protected voidByteCode.resolve(ClassConstantPool pool) protected voidClassFileEntry.resolve(ClassConstantPool pool) Allows the constant pool entries to resolve their nested entries.protected voidCodeAttribute.resolve(ClassConstantPool pool) protected voidConstantValueAttribute.resolve(ClassConstantPool pool) protected voidCPClass.resolve(ClassConstantPool pool) protected voidCPFieldRef.resolve(ClassConstantPool pool) protected voidCPMember.resolve(ClassConstantPool pool) protected voidCPNameAndType.resolve(ClassConstantPool pool) protected voidCPRef.resolve(ClassConstantPool pool) protected voidCPString.resolve(ClassConstantPool pool) Allows the constant pool entries to resolve their nested entriesprotected voidEnclosingMethodAttribute.resolve(ClassConstantPool pool) protected voidExceptionsAttribute.resolve(ClassConstantPool pool) voidExceptionTableEntry.resolve(ClassConstantPool pool) voidInnerClassesAttribute.InnerClassesEntry.resolve(ClassConstantPool pool) Determine the indices of the things in the receiver which point to elements of the ClassConstantPoolprotected voidInnerClassesAttribute.resolve(ClassConstantPool pool) protected voidLocalVariableTableAttribute.resolve(ClassConstantPool pool) protected voidLocalVariableTypeTableAttribute.resolve(ClassConstantPool pool) protected voidNewAttribute.resolve(ClassConstantPool pool) protected voidRuntimeVisibleorInvisibleAnnotationsAttribute.resolve(ClassConstantPool pool) voidRuntimeVisibleorInvisibleParameterAnnotationsAttribute.ParameterAnnotation.resolve(ClassConstantPool pool) protected voidRuntimeVisibleorInvisibleParameterAnnotationsAttribute.resolve(ClassConstantPool pool) protected voidSignatureAttribute.resolve(ClassConstantPool pool) protected voidSourceFileAttribute.resolve(ClassConstantPool pool)