exprType method

ExprTypeContext? exprType(
  1. int i
)

Implementation

ExprTypeContext? exprType(int i) => getRuleContext<ExprTypeContext>(i);