intLit method

IntLitContext? intLit(
  1. int i
)

Implementation

IntLitContext? intLit(int i) => getRuleContext<IntLitContext>(i);