Package | Description |
---|---|
org.apache.commons.compress.harmony.pack200 |
Internal package.
|
Modifier and Type | Method and Description |
---|---|
CPClass |
CPMethodOrField.getClassName() |
CPClass |
CpBands.getCPClass(String className) |
Modifier and Type | Method and Description |
---|---|
List<CPClass> |
CPSignature.getClasses() |
Modifier and Type | Method and Description |
---|---|
int |
CPClass.compareTo(CPClass arg0) |
void |
ClassBands.currentClassReferencesInnerClass(CPClass inner) |
CPMethodOrField |
CpBands.getCPField(CPClass cpClass,
String name,
String desc) |
CPMethodOrField |
CpBands.getCPIMethod(CPClass cpClass,
String name,
String desc) |
CPMethodOrField |
CpBands.getCPMethod(CPClass cpClass,
String name,
String desc) |
org.apache.commons.compress.harmony.pack200.IcBands.IcTuple |
IcBands.getIcTuple(CPClass inner) |
Constructor and Description |
---|
CPMethodOrField(CPClass className,
CPNameAndType nameAndType) |
Constructor and Description |
---|
CPSignature(String signature,
CPUTF8 signatureForm,
List<CPClass> classes) |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.