strLit method

StrLitContext? strLit(
  1. int i
)

Implementation

StrLitContext? strLit(int i) => getRuleContext<StrLitContext>(i);