Class CPMethodOrField
java.lang.Object
org.apache.commons.compress.harmony.pack200.ConstantPoolEntry
org.apache.commons.compress.harmony.pack200.CPMethodOrField
- All Implemented Interfaces:
Comparable
Constant pool entry for a method or field.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
getDesc()
int
int
int
void
setIndexInClass
(int index) void
setIndexInClassForConstructor
(int index) toString()
Methods inherited from class org.apache.commons.compress.harmony.pack200.ConstantPoolEntry
getIndex, setIndex
-
Constructor Details
-
CPMethodOrField
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-
getClassIndex
-
getClassName
-
getDesc
-
getDescIndex
-
getIndexInClass
-
getIndexInClassForConstructor
-
setIndexInClass
-
setIndexInClassForConstructor
-
toString
-