Changeset 3178

Show
Ignore:
Timestamp:
12/09/08 08:51:09 (12 months ago)
Author:
sukyoungryu
Message:

[ast refactoring] Made the AmbiguousMultifixOpExpr? node implement the OutAfterTypeChecking? interface.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/astgen/Fortress.ast

    r3177 r3178  
    963963                         */ 
    964964                        AmbiguousMultifixOpExpr(FunctionalRef infix_op, FunctionalRef multifix_op, 
    965                                                 List<Expr> args = Collections.<Expr>emptyList()); 
     965                                                List<Expr> args = Collections.<Expr>emptyList()) 
     966                                               implements OutAfterTypeChecking; 
    966967                        /** 
    967968                         * chain expression