| |
|
| java.lang.Object com.sun.satsa.jcrmic.classfile.constants.JConstantPool
JConstantPool | public class JConstantPool (Code) | | This class represents constant pool.
It defines a set of get and add methods to search or add a constant.
|
JConstantPool | public JConstantPool(int size)(Code) | | Constructor.
Parameters: size - constant pool size. |
getAt | public JConstant getAt(int index)(Code) | | Returns constant pool entry.
Parameters: index - entry index the entry |
getConstantClass | public JConstantClass getConstantClass(int index)(Code) | | Returns constant.
Parameters: index - entry index the entry |
getConstantNameAndType | public JConstantNameAndType getConstantNameAndType(int index)(Code) | | Returns constant.
Parameters: index - entry index the entry |
getConstantUtf8 | public JConstantUtf8 getConstantUtf8(int index)(Code) | | Returns constant.
Parameters: index - entry index the entry |
|
|
|