Share

Byte Code Engineering Library

Tracker: Feature Requests

5 addField/addMethod methods - ID: 476887
Last Update: Settings changed ( dahm )


I would really like to see an "addField" and
"addMethod"
on the JavaClass class.

Right now, to add a field, I need to:
Create a Field array of apropriate size.
Copy the old fields into it.
Add my field at the end.
Call setFields() to reset all fields.

I'd rather just be able to call clazz.addField( FieldGen)


David Dixon-Peugh ( dpeugh ) - 2001-10-31 18:59

5

Closed

None

Nobody/Anonymous

None

None

Public


Comment ( 1 )




Date: 2001-12-14 18:40
Sender: dahmProject Admin

Logged In: YES
user_id=80199

Please see the ClassGen class in the generic package.

Cheers
Markus


Log in to comment.

Attached File

No Files Currently Attached

Changes ( 2 )

Field Old Value Date By
status_id Open 2001-12-14 18:45 dahm
close_date - 2001-12-14 18:45 dahm