Uses of Class
kala.compress.harmony.unpack200.bytecode.ClassConstantPool
-
Packages that use ClassConstantPool Package Description kala.compress.harmony.unpack200 Internal package.kala.compress.harmony.unpack200.bytecode Internal package. -
-
Uses of ClassConstantPool in kala.compress.harmony.unpack200
Methods in kala.compress.harmony.unpack200 with parameters of type ClassConstantPool Modifier and Type Method Description IcTuple[]IcBands. getRelevantIcTuples(java.lang.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 ClassConstantPool Modifier and Type Field Description ClassConstantPoolClassFile. poolprivate ClassConstantPoolNewAttribute. poolMethods in kala.compress.harmony.unpack200.bytecode with parameters of type ClassConstantPool Modifier and Type Method Description protected 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)
-