This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Minimal Bytecode Generation Program


Andreas Schlapbach wrote:

>Dear Per
>
>Thanks, for your quick response, gnu.bytecode.* looks like a good
>candidate, eventough I'll look at gnu.expr tomorrow. Especially ClassType
>was a good starting point to me. I'm wondering though how the Filter
>interface is supposed to be used? (Taking Object as an argument)
>
The argument to select is a Method, when the Filter is passed to getMethods.
I just made it more generic, in case we for example wanted to add a
similar getFields methods, also taking a Filter, but in that case you'd pass
a Field to the select method.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]