COLON method

TerminalNode? COLON(
  1. int i
)

Implementation

TerminalNode? COLON(int i) => getToken(CELParser.TOKEN_COLON, i);