ident method

IdentContext? ident(
  1. int i
)

Implementation

IdentContext? ident(int i) => getRuleContext<IdentContext>(i);