expr method

ExprContext? expr(
  1. int i
)

Implementation

ExprContext? expr(int i) => getRuleContext<ExprContext>(i);