Nice/src/bossa/syntax methodContainer.nice,1.5,1.6

Daniel Bonniot <[email protected]> Mon, 04 Apr 2005 22:08:05 +0000
Newsgroups gmane.comp.lang.nice.cvs
Message-ID <[email protected]>
Update of /cvsroot/nice/Nice/src/bossa/syntax
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18461/src/bossa/syntax

Modified Files:
	methodContainer.nice 
Log Message:
Whitespace cleanup.


Index: methodContainer.nice
===================================================================
RCS file: /cvsroot/nice/Nice/src/bossa/syntax/methodContainer.nice,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** methodContainer.nice	6 Mar 2005 01:34:26 -0000	1.5
--- methodContainer.nice	4 Apr 2005 22:08:02 -0000	1.6
***************
*** 18,22 ****
     An entity in which methods can be declared.
  
!    It can have type parameters, that are implicitely added 
     to the englobed methods.
  
--- 18,22 ----
     An entity in which methods can be declared.
  
!    It can have type parameters, that are implicitely added
     to the englobed methods.
  
***************
*** 49,53 ****
        {
  	TypeScope scope = new TypeScope(this.typeScope);
! 	try { 
            scope.addSymbols(notNull(classConstraint).getBinders());
          }
--- 49,53 ----
        {
  	TypeScope scope = new TypeScope(this.typeScope);
! 	try {
            scope.addSymbols(notNull(classConstraint).getBinders());
          }
***************
*** 87,91 ****
    /**
       Children should call this implementation (super) then print
!      their specific information. 
     */
    printInterface(s)
--- 87,91 ----
    /**
       Children should call this implementation (super) then print
!      their specific information.
     */
    printInterface(s)
***************
*** 109,113 ****
        {
          let vari = notNull(variance).getVariance(n);
! 	if (vari == mlsub.typing.Variance.CONTRAVARIANT) 
            res.append("-");
          else if (vari == mlsub.typing.Variance.COVARIANT)
--- 109,113 ----
        {
          let vari = notNull(variance).getVariance(n);
! 	if (vari == mlsub.typing.Variance.CONTRAVARIANT)
            res.append("-");
          else if (vari == mlsub.typing.Variance.COVARIANT)
***************
*** 145,151 ****
     @param cst an additional constraint for the type parameters of this class.
  */
! public ClassConstraint createClassConstraint(?Constraint cst, 
!                                   mlsub.typing.MonotypeVar[] typeParameters, List<AtomicConstraint> atoms,
!                                   Location loc)
  {
    mlsub.typing.TypeSymbol[] binders;
--- 145,152 ----
     @param cst an additional constraint for the type parameters of this class.
  */
! public ClassConstraint createClassConstraint
!   (?Constraint cst,
!    mlsub.typing.MonotypeVar[] typeParameters, List<AtomicConstraint> atoms,
!    Location loc)
  {
    mlsub.typing.TypeSymbol[] binders;
***************
*** 153,157 ****
    boolean resolve;
  
!   if (cst == trueConstraint || cst == null) 
      {
        binders = cast(typeParameters);
--- 154,158 ----
    boolean resolve;
  
!   if (cst == trueConstraint || cst == null)
      {
        binders = cast(typeParameters);



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click