Arthur Baars
|
d6c0049a7e
|
AST: make SetterMethodCall instance of MethodCall
|
2021-02-24 13:06:54 +01:00 |
|
Arthur Baars
|
7ae20f3b5b
|
AST: add SetterMethodCall as instance of LhsExpr
|
2021-02-24 13:06:54 +01:00 |
|
Arthur Baars
|
79bb20b31f
|
AST: add MethodCall as a subclass of Call
|
2021-02-24 13:06:53 +01:00 |
|
Arthur Baars
|
e3f54411d8
|
AST: add ElementReference
|
2021-02-15 13:51:16 +01:00 |
|
Nick Rolfe
|
885137dca2
|
Simplify representation of calls that use scope resolution operator.
Now, `Foo::bar` is a call where the receiver expr is `Foo`.
|
2021-02-11 15:29:42 +00:00 |
|
Nick Rolfe
|
452a343e86
|
Remove ScopeResolution from AST
Now we handle it specially in calls and class/module names, so they have
predicate to get the scope expr.
|
2021-02-10 17:53:25 +00:00 |
|
Tom Hvitved
|
32daf28b34
|
Rangify AstNode
|
2021-02-09 12:17:21 +01:00 |
|
Nick Rolfe
|
7ac46bf8f8
|
Add SuperCall class for calls to super
|
2021-01-26 18:08:46 +00:00 |
|
Nick Rolfe
|
3939008fd5
|
Small tweaks based on PR feedback
|
2021-01-22 12:17:17 +00:00 |
|
Nick Rolfe
|
2e8d154f2b
|
Add AST classes and tests for method calls
|
2021-01-20 18:34:25 +00:00 |
|