Update of /cvsroot/xdoclet/xjavadoc/javacc
In directory sc8-pr-cvs1:/tmp/cvs-serv31564/xjavadoc/javacc

Modified Files:
        Java1.2-b.jjt 
Log Message:
Introduced a new Interface in XJavaDoc: xjavadoc.Type. This interface provides about 
the XClass AND the dimension.

Index: Java1.2-b.jjt
===================================================================
RCS file: /cvsroot/xdoclet/xjavadoc/javacc/Java1.2-b.jjt,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** Java1.2-b.jjt       5 Jan 2003 19:40:56 -0000       1.39
--- Java1.2-b.jjt       20 Mar 2003 22:36:07 -0000      1.40
***************
*** 1020,1024 ****
    }
    FormalParameters(methodImpl) ( "[" "]" {
!      methodImpl.setReturnDimension( methodImpl.getDimension() + 1 );
    }
    )*
--- 1020,1024 ----
    }
    FormalParameters(methodImpl) ( "[" "]" {
!      methodImpl.setReturnDimension( methodImpl.getReturnType().getDimension() + 1 );
    }
    )*
***************
*** 1152,1156 ****
    ( "[" "]" {
       if( methodImpl != null ) {
!         methodImpl.setReturnDimension(methodImpl.getDimension() + 1);
       }
    } )*
--- 1152,1156 ----
    ( "[" "]" {
       if( methodImpl != null ) {
!         methodImpl.setReturnDimension(methodImpl.getReturnType().getDimension() + 1);
       }
    } )*



-------------------------------------------------------
This SF.net email is sponsored by: Tablet PC.  
Does your code think in ink? You could win a Tablet PC. 
Get a free Tablet PC hat just for playing. What are you waiting for? 
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to