Show
Ignore:
Timestamp:
07/15/09 10:47:02 (4 months ago)
Author:
jrhil47
Message:

[AST] Added a field for the type of the statically most specific arrow to MethodInvocation?

Files:
1 modified

Legend:

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

    r3954 r3958  
    934934                         */ 
    935935                        MethodInvocation(Expr obj, Id method, 
    936                                          List<StaticArg> staticArgs, Expr arg); 
     936                                         List<StaticArg> staticArgs, 
     937                                         Expr arg, 
     938                                         Option<Type> overloadingType = Option.<Type>none()); 
    937939                        /** 
    938940                         * primary expression without any dots