I am trying to use JavaClass to see if a method exists.  I want to create
the method if it doesn't exist, but I don't understand how to add the
method name to the ConstantPool.  Do I need to do an arraycopy to make the
ConstantPool bigger or are there extra slots to put new constants.  If that
is true, how do I tell where the next available slot is?  Do I check for
nulls?

What about the signature index?  What do I point to and how are the
elements of the signature set up?

Thanks,
-Phil


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to