LINQ3: Split AstFieldExpression into AstVarExpression and AstGetFieldExpression

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Unknown
    • 2.14.0
    • Affects Version/s: None
    • Component/s: LINQ3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      AstFieldExpression is serving too many purposes:

      1.  A variable reference when the path is of the form "$$var"

      2. A field reference when the path is of the form "$x" or "$$var.x"

      3. A nested field reference when the path is of the form "$x.y" or "$var.x.y"

      These are semantically different, and will instead be represented using:

      1. AstVarExpression
      2. AstVarExpression + AstGetFieldExpression
      3. AstVarExpression + AstGetFieldExpression + AstGetFieldExpression

              Assignee:
              Robert Stam
              Reporter:
              Robert Stam
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: