Closed djrieger closed 9 years ago
ExpressionVisitor now has several empty visit-Methods for all relevant Expressions. We already implemented a few (as good as we could).
The reason why b.foo() failed is beacuse b was a Field and therefore we had a FieldAccess...we still haven't implemented that visitor-function.
Can we close this issue?
I think this should be fixed.
ExpressionVisitor now has several empty visit-Methods for all relevant Expressions. We already implemented a few (as good as we could).