On 9/26/06, Patrick LeBoutillier <[EMAIL PROTECTED]> wrote:
Jay,

It's all there under the hood, but you can't get to it without hacking
the code a bit.

In Java.pm there is a local variable called @INLINES. Dump it with
Data::Dumper and you will find what you are looking for. Look here:

$INLINES[]->{ILSM}->{data}->[]->{classes}->{}->{methods}

I'll add a Inline::Java::__get_INLINES function in the next version so
you can get to it
in the future.
Patrick,

The only thing is, I can't seem to figure out how to navigate to the
data structure in order to dump it (sorry).

If from within my package that use'd Inline.  How do I dump it?  I've
tried doing

print Dumper @INLINES;
print Dumper @Java::INLINES;
print Dumper @Inline::Java::INLINES;

but can't seem to find it

thanks
Jayw

Reply via email to