| java.lang.Object com.sun.jumpimpl.ixc.ConstantPool
ConstantPool | class ConstantPool (Code) | | This utility class is used in generating a stub. An instance of
this class represents the constant pool of the class being generated.
|
Method Summary | |
void | addClass(String s) | void | addField(String className, String name, String type) | void | addIfMethodReference(String className, String name, String type) | void | addLong(Long longValue) | void | addMethodReference(String className, String name, String type) | void | addString(String s) | void | addStringConstant(String s) | boolean | hasClass(String s) | int | lookupClass(Object s) | int | lookupField(String className, String name, String type) | int | lookupLongConstant(Object s) | int | lookupMethod(String className, String name, String type) | int | lookupNameAndType(String name, String type) | int | lookupString(Object s) | int | lookupStringConstant(Object s) | void | write(DataOutputStream dos) |
addIfMethodReference | void addIfMethodReference(String className, String name, String type)(Code) | | Add an interface method reference
|
lookupStringConstant | int lookupStringConstant(Object s)(Code) | | |
|
|