1 using System.Collections.Generic;
2 namespace TypeSystem.Operations {
18 #region Factory Methods
21 return new UnconstrainedDotOperation(memberName, previousDot);
This class generatess constraits, and raises error if something is wrong. Implements a double dispatc...
This class represent the entry wnen sending a message to an operation object derived from TypeExpress...
Implements a factory method pattern. Virtual constructor. Role: factory Implements a double dispatche...
static DotOperation Create(string memberName, IList< TypeExpression > previousDot)
Representa a method type.
static DotOperation Create(string member, MethodType methodAnalyzed, IList< TypeExpression > previousDot, ErrorManagement.Location loc)