Commit 81927dc
committed
C#: Visit prefix/markers before VisitExpression/VisitStatement, matching Java
Reorder all visitor methods in JavaVisitor.cs and CSharpVisitor.cs so
that WithPrefix and WithMarkers are called before the
VisitExpression/VisitStatement dispatch, consistent with the Java
JavaVisitor.java reference. Also fix FieldAccess and PointerFieldAccess
to use Expression→Statement ordering matching the Java convention.1 parent aecb4b4 commit 81927dc
File tree
2 files changed
+553
-289
lines changed- rewrite-csharp/csharp/OpenRewrite
- CSharp
- Java
2 files changed
+553
-289
lines changed
0 commit comments