logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Nice/src/bossa/syntax CallExp.java,1.86,1.87: msg#00075

Subject: Nice/src/bossa/syntax CallExp.java,1.86,1.87
Update of /cvsroot/nice/Nice/src/bossa/syntax
In directory sc8-pr-cvs1:/tmp/cvs-serv32394/F:/nice/src/bossa/syntax

Modified Files:
        CallExp.java 
Log Message:
Cleaned up block call implementation a bit.

Index: CallExp.java
===================================================================
RCS file: /cvsroot/nice/Nice/src/bossa/syntax/CallExp.java,v
retrieving revision 1.86
retrieving revision 1.87
diff -C2 -d -r1.86 -r1.87
*** CallExp.java        12 Dec 2003 20:34:46 -0000      1.86
--- CallExp.java        13 Dec 2003 14:06:00 -0000      1.87
***************
*** 400,404 ****
  
    /** true iff this call was made using brackets (i.e. not like 'x.f'). */
!   final boolean hasBrackets;
  
    /** Class this static method is defined in, or null */
--- 400,404 ----
  
    /** true iff this call was made using brackets (i.e. not like 'x.f'). */
!   public final boolean hasBrackets;
  
    /** Class this static method is defined in, or null */




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/


<Prev in Thread] Current Thread [Next in Thread>