<br><br><div class="gmail_quote">On Tue, Aug 16, 2011 at 3:55 PM, Patrice Seyed <span dir="ltr"><<a href="mailto:apseyed@gmail.com">apseyed@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div>How about a boolean?<br></div></blockquote><div><br></div><div>(make-immediate-object nil :boolean)</div><div>(make-immediate-object t :boolean)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div></div><div>Next, I'm trying to work my way up to defining anonymous inner classes from within abcl.</div></blockquote><div><br></div><div>That's a bit more problematic, at least for me.</div><div>Can you write up a specific small code example you want to implement and send a note the <a href="mailto:armedbear-devel@common-lisp.net">armedbear-devel@common-lisp.net</a> asking for what the recommended approach would be?</div>

<div><br></div><div>-Alan</div><div> </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><br></div><font color="#888888"><div>Patrice</div></font><div>

<div></div><div class="h5"><div><br></div><div class="gmail_quote">
On Mon, Aug 15, 2011 at 5:53 PM, Alan Ruttenberg <span dir="ltr"><<a href="mailto:alanruttenberg@gmail.com" target="_blank">alanruttenberg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


null = (make-immediate-object nil :ref)<br>
<div><div><br>
On Mon, Aug 15, 2011 at 4:06 PM, Patrice Seyed <<a href="mailto:apseyed@gmail.com" target="_blank">apseyed@gmail.com</a>> wrote:<br>
> Alan,<br>
><br>
> If I wanted to pass as an argument that I would specify as null in<br>
> java, from abcl to java, how would I do that?<br>
><br>
> For example a method called method1 that takes two argument that I<br>
> want to pass a string and the second argument null:<br>
><br>
> (#"method1" 'ClassName "string" nil)<br>
><br>
> If I specify nil as i did here I get a java exception "argument type mismatch".<br>
><br>
> Patrice<br>
><br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>