COMMA method

TerminalNode? COMMA(
  1. int i
)

Implementation

TerminalNode? COMMA(int i) => getToken(Protobuf3Parser.TOKEN_COMMA, i);