I'm looking at the DynamicJava API with a desire to create new class definitions dynamically. The ClassDeclararion class seems like a starting point, but I haven't figured out what the "access flags" parameter is that this and many other constructors in the API refer to.
Can anyone explain what the access flags parameter is?
Does anyone have a simple example of how to create new class definitions through the API?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm looking at the DynamicJava API with a desire to create new class definitions dynamically. The ClassDeclararion class seems like a starting point, but I haven't figured out what the "access flags" parameter is that this and many other constructors in the API refer to.
Can anyone explain what the access flags parameter is?
Does anyone have a simple example of how to create new class definitions through the API?