Skip to content

Commit 81927dc

Browse files
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

2 files changed

+553
-289
lines changed

0 commit comments

Comments
 (0)