File tree Expand file tree Collapse file tree
Antlr4Helper.CSharpHelper Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ static void Main(string[] args)
5353 csText = csText . Replace ( "_prevctx = _localctx;" , "" ) ;
5454 csText = csText . Replace ( "internal partial class" , "internal sealed class" ) ;
5555 csText = csText . Replace ( "internal sealed class ExprContext" , "internal class ExprContext" ) ;
56+ csText = csText . Replace ( "public ExprContext expr() {\r \n \t \t return expr(0);\r \n \t }" , "" ) ;
5657
5758 //_prevctx = _localctx;
5859
Original file line number Diff line number Diff line change @@ -2620,9 +2620,6 @@ public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor) {
26202620 return typedVisitor . VisitRAND_fun ( this ) ;
26212621 }
26222622 }
2623- public ExprContext expr ( ) {
2624- return expr ( 0 ) ;
2625- }
26262623 private ExprContext expr ( int _p ) {
26272624 ParserRuleContext _parentctx = Context ;
26282625 int _parentState = State ;
You can’t perform that action at this time.
0 commit comments