COLON method

TerminalNode? COLON(
  1. int i
)

Implementation

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